Routes
URLs for key store pages, such as account, cart, checkout, and blog.
Type Definition
type Routes {
rootUrl: String
accountUrl: String
accountEditUrl: String
accountLoginUrl: String
accountLogoutUrl: String
accountRegisterUrl: String
accountPasswordRecoverUrl: String
accountPasswordChangeUrl: String
accountOrdersUrl: String
accountWishlistUrl: String
searchUrl: String
cartUrl: String
checkoutUrl: String
catalogUrl: String
blogUrl: String
}Fields
Relationships
The Routes type provides a centralized collection of navigational URLs for the store. These routes are typically used to construct links throughout the storefront application, enabling customers to navigate between key pages such as their account, cart, checkout, and blog sections.
Example
query {
routes {
rootUrl
accountUrl
accountLoginUrl
cartUrl
checkoutUrl
catalogUrl
blogUrl
}
}Implements
This type does not implement any interfaces.
Related Types
No related types are associated with this type.