routes
Get all available route endpoints in the store
Authentication
Public Access: Accessible with the public API key
Query Structure
{
routes {
rootUrl
accountUrl
accountEditUrl
accountLoginUrl
accountLogoutUrl
accountRegisterUrl
accountPasswordRecoverUrl
accountPasswordChangeUrl
accountOrdersUrl
accountWishlistUrl
searchUrl
cartUrl
checkoutUrl
catalogUrl
blogUrl
}
}Arguments
This query accepts no arguments.
Return Type
Routes - URLs for key store pages, such as account, cart, checkout, and blog.
Example
{
routes {
rootUrl
accountUrl
accountLoginUrl
cartUrl
checkoutUrl
searchUrl
blogUrl
}
}