Adobe Commerce only. Learn more
Storefront Services GraphQL overview
Catalog Service, Live Search, and Product Recommendations services contribute to the Storefront Services schema, which operates independently from the core Adobe Commerce schema. Each of these services defines one or more queries. Mutations are not currently supported in this schema.
The endpoints for all Storefront Service queries are:
- Testing:
https://catalog-service-sandbox.adobe.io/graphql
- Production:
https://catalog-service.adobe.io/graphql
You must also specify multiple HTTP headers, including an API key, with each call. Refer to the documentation for each query for details about the required headers.
You can optionally use API Mesh for Adobe Developer App Builder to integrate the core Commerce schema, the Storefront Services schema, and third-party APIs. API Mesh requires an Adobe I/O Runtime account.