Saleor · GraphQL Specification

Saleor GraphQL API

Single GraphQL endpoint exposing the entire Saleor commerce model - products, variants, categories, collections, channels, checkout, orders, payments, promotions, taxes, attributes, warehouses, and users. Used by storefronts, the Saleor Dashboard, and installed Apps. Cloud instances expose this endpoint at /graphql/ on the API host for the store.

Documentation Endpoint View on GitHub CommerceHeadlesseCommerceGraphQLOpen SourcePythonTypeScriptGraphQL

Overview

Saleor GraphQL API is a GraphQL API specification published by Saleor on the APIs.io network.

Single GraphQL endpoint exposing the entire Saleor commerce model - products, variants, categories, collections, channels, checkout, orders, payments, promotions, taxes, attributes, warehouses, and users. Used by storefronts, the Saleor Dashboard, and installed Apps. Cloud instances expose this endpoint at /graphql/ on the API host for the store.

The GraphQL endpoint is available at https://docs.saleor.io/api-reference/. documentation is published at https://docs.saleor.io/api-reference/.

The specification includes 1 reference link.

Tagged areas include Commerce, Headless, eCommerce, Open Source, and Python.

Endpoint

https://docs.saleor.io/api-reference/

References

Back to Saleor · All GraphQL Specs · GitHub