Skip to Content

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 does not accept any arguments.

Return Type

Routes - Describes routes object containing URLs to all major store endpoints.

Example

query { routes { rootUrl accountUrl accountLoginUrl cartUrl checkoutUrl catalogUrl searchUrl blogUrl } }