Page type values that represent different types of pages that may be present in an application.
The canonical string representation for the page type.
The home page for the application.
A page listing a single product (sometimes with multiple sku variations).
A page containing a collection of products. Often, this is a page listing some category of products.
A page containing search results.
A page containing supporting blog content or articles.
The cart page for a store, listing the user's current cart contents, and often the entry point for a checkout.
The checkout page allowing a user to complete the checkout process.
Pages containing listings of flight options (intended for use by flight-booking applications).
Pages relating to the shopper's account.
The shopper login page.
Informational pages about the application (e.g. an "About" page).
Pages containing guidance information for shoppers.
Video content pages on the application.
All pages that do not fit into any of the other page types categories should be classified as OTHER.
The receipt page shown after completing the checkout process.
A page containing the customer's list of personally archived items.
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.