Home
Providers
Saleor
Saleor
Saleor is an open-source, GraphQL-first commerce platform built in Python (Django) with a TypeScript dashboard. The entire commerce surface is exposed through a single GraphQL API used by storefronts, the Saleor Dashboard, and third-party Saleor Apps; mutations and queries cover products, channels, carts (checkout), orders, payments, promotions, taxes, attributes, and warehouses. Developer surface includes Saleor Cloud, the Saleor App SDK and App Template, a starter storefront, language SDKs (saleor-sdk for TS/JS), and an App Store of first-party and partner integrations.
Saleor publishes 1 API on the APIs.io network: Saleor GraphQL API API. Tagged areas include Commerce, Headless, eCommerce, GraphQL, and Open Source.
Saleor’s developer surface includes authentication, documentation, API reference, GitHub presence, status page, engineering blog, and 7 more developer resources.
9 APIs
Commerce Headless eCommerce GraphQL Open Source Python TypeScript
On this page
Kin Score
APIs 9
Open Collections 1
GraphQL 1
Pricing Plans 1
Rate Limits 1
FinOps 1
Security Posture 2
Agentic Access 1
Resources 13
apis.yml
26 Operational Transparency
Composite quality — 37.7/100 · thin
Contract Quality
15.5 / 25
Developer Ergonomics
5.7 / 20
Commercial Clarity
5.8 / 20
Operational Transparency
3.4 / 13
Agent readiness — 31/100 · agent aware
Machine-Readable Contract
18 / 18
Agentic Access Contract
10 / 10
MCP Server
0 / 12
Machine-Readable Auth
10 / 10
Idempotency
0 / 9
Stable Error Semantics
0 / 8
Request/Response Examples
0 / 7
Rate-Limit Signaling
7 / 7
Typed Event Surface
0 / 6
Agent Skills
0 / 5
Well-Known Catalog
0 / 4
Consent & Bot Identity
0 / 3
A2A Agent Card
0 / 8
Dry-Run / Simulate Mode
0 / 4
Individual APIs this provider publishes, each with its own machine-readable definition.
Scroll for all 9
Open, tool-agnostic API collections (OpenAPI-derived and Bruno).
GraphQL schemas published by this provider.
Published pricing tiers and plan structures.
Documented rate limits and quota policies.
Cost, billing, and metering signals for API financial operations.
Authentication, domain security, vulnerability disclosure, and trust-center signals.
Recommended x-agentic-access execution contracts for AI agents.
Documentation 2
Reference material describing how the API behaves
Agent Surfaces 2
MCP servers, agent skills, and machine-readable catalogs
Build 1
SDKs, sample code, and the tooling you integrate with
Access & Security 2
Authentication, authorization, and security posture
Operate 2
Status, limits, changes, and where to get help
Company 3
The organization behind the API
Other 1
Properties that don't map to a standard resource type
Source (apis.yml)
aid: saleor
url: https://raw.githubusercontent.com/api-evangelist/saleor/refs/heads/main/apis.yml
name: Saleor
kind: opensource
description: Saleor is an open-source, GraphQL-first commerce platform built in Python (Django) with a TypeScript dashboard.
The entire commerce surface is exposed through a single GraphQL API used by storefronts, the Saleor Dashboard, and third-party
Saleor Apps; mutations and queries cover products, channels, carts (checkout), orders, payments, promotions, taxes, attributes,
and warehouses. Developer surface includes Saleor Cloud, the Saleor App SDK and App Template, a starter storefront, language
SDKs (saleor-sdk for TS/JS), and an App Store of first-party and partner integrations.
accessModel:
pricing: free
onboarding: self-serve
trial: false
try_now: true
public: false
label: Free · Self-serve signup
confidence: high
source:
- plans
- authentication
generated: '2026-07-22'
method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/saleor.png
tags:
- Commerce
- Headless
- eCommerce
- GraphQL
- Open Source
- Python
- TypeScript
created: '2026-05-23'
modified: '2026-05-25'
specificationVersion: '0.19'
apis:
- aid: saleor:graphql-api
name: Saleor GraphQL API
description: 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.
humanURL: https://docs.saleor.io/api-reference/
baseURL: https://docs.saleor.io/api-reference/
tags:
- GraphQL
- Commerce
- Storefront
- Admin
properties:
- type: Documentation
url: https://docs.saleor.io/api-reference/
- type: API Usage
url: https://docs.saleor.io/api-usage/overview
- url: graphql/saleor-graphql.md
type: GraphQL
- aid: saleor:app-sdk
name: Saleor App SDK
description: TypeScript SDK for building Saleor Apps - background services that extend Saleor over the GraphQL API and react
to webhooks. Handles app installation, auth, async webhooks, and metadata.
humanURL: https://github.com/saleor/saleor-app-sdk
baseURL: https://github.com/saleor/saleor-app-sdk
tags:
- SDK
- TypeScript
- Apps
- Webhooks
properties:
- type: Repository
url: https://github.com/saleor/saleor-app-sdk
- aid: saleor:app-template
name: Saleor App Template
description: Reference Next.js project for bootstrapping a Saleor App - install flow, webhook handlers, GraphQL clients,
and a config UI mounted inside the Saleor Dashboard via the App Bridge.
humanURL: https://github.com/saleor/saleor-app-template
baseURL: https://github.com/saleor/saleor-app-template
tags:
- Starter
- Apps
- Next.js
properties:
- type: Repository
url: https://github.com/saleor/saleor-app-template
- aid: saleor:sdk-js
name: saleor-sdk (TypeScript / JavaScript)
description: Official TypeScript / JavaScript SDK wrapping the Saleor GraphQL API for storefronts and Apps - typed operations,
auth, cart, and checkout helpers.
humanURL: https://github.com/saleor/saleor-sdk
baseURL: https://github.com/saleor/saleor-sdk
tags:
- SDK
- JavaScript
- TypeScript
- Storefront
properties:
- type: Repository
url: https://github.com/saleor/saleor-sdk
- aid: saleor:storefront
name: Saleor Storefront (Next.js Starter)
description: Reference Next.js storefront talking to the Saleor GraphQL API - product browse, cart, checkout, account, and
payments. Used as the canonical starting point for headless storefronts on Saleor.
humanURL: https://github.com/saleor/storefront
baseURL: https://github.com/saleor/storefront
tags:
- Storefront
- Next.js
- Starter
properties:
- type: Repository
url: https://github.com/saleor/storefront
- aid: saleor:dashboard
name: Saleor Dashboard
description: Official React / TypeScript admin dashboard for Saleor - a thick client built entirely against the Saleor GraphQL
API.
humanURL: https://github.com/saleor/saleor-dashboard
baseURL: https://github.com/saleor/saleor-dashboard
tags:
- Dashboard
- Admin
- React
properties:
- type: Repository
url: https://github.com/saleor/saleor-dashboard
- aid: saleor:cloud
name: Saleor Cloud
description: Hosted, managed Saleor service - provisions Saleor cores per store with the same GraphQL API surface, plus
environment management, deploys, and Apps marketplace.
humanURL: https://cloud.saleor.io/
baseURL: https://cloud.saleor.io/
tags:
- Cloud
- Hosted
- SaaS
properties:
- type: Application
url: https://cloud.saleor.io/
- aid: saleor:core-repo
name: Saleor Core (Server) Repository
description: Source repository for the Saleor server - the Django / Python backend that implements the GraphQL API, business
logic, persistence, and webhooks.
humanURL: https://github.com/saleor/saleor
baseURL: https://github.com/saleor/saleor
tags:
- Open Source
- Server
- Python
- Django
properties:
- type: Repository
url: https://github.com/saleor/saleor
- aid: saleor:saleor-saleor-graphql-api-api
name: Saleor Saleor GraphQL API API
description: The Saleor GraphQL API API from Saleor — 1 operation(s) for saleor graphql api.
humanURL: https://docs.saleor.io/api-reference/
baseURL: https://docs.saleor.io/api-reference/
tags:
- Saleor GraphQL API
properties:
- type: OpenAPI
url: openapi/saleor-saleor-graphql-api-api-openapi.yml
common:
- type: AgenticAccess
url: agentic-access/saleor-agentic-access.yml
- type: DomainSecurity
url: security/saleor-domain-security.yml
- type: Authentication
url: authentication/saleor-authentication.yml
- type: Website
url: https://saleor.io/
- type: Documentation
url: https://docs.saleor.io/
- type: APIReference
url: https://docs.saleor.io/api-reference/
- type: GitHub
url: https://github.com/saleor
- type: Cloud
url: https://cloud.saleor.io/
- type: Discord
url: https://saleor.io/discord
- type: Status
url: https://status.saleor.io/
- type: LinkedIn
url: https://www.linkedin.com/company/saleor-commerce/
- type: LlmsText
url: https://docs.saleor.io/llms.txt
- url: https://saleor.io/blog
type: Blog
maintainers:
- FN: Kin Lane
email: kin@apievangelist.com
x-references:
- name: Anthropic
url: https://www.anthropic.com/
description: Profiled with assistance from Anthropic's Claude under the API Evangelist research pipeline.