Saleor logo

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.

8 APIs 0 Features
CommerceHeadlesseCommerceGraphQLOpen SourcePythonTypeScript

Saleor publishes 8 APIs on the APIs.io network. Tagged areas include Commerce, Headless, eCommerce, GraphQL, and Open Source.

Saleor’s developer surface includes documentation, API reference, GitHub presence, status page, and 4 more developer resources.

APIs

Saleor GraphQL API

Single GraphQL endpoint exposing the entire Saleor commerce model - products, variants, categories, collections, channels, checkout, orders, payments, promotions, taxes, attribu...

Saleor App SDK

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 ...

Saleor App Template

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.

saleor-sdk (TypeScript / JavaScript)

Official TypeScript / JavaScript SDK wrapping the Saleor GraphQL API for storefronts and Apps - typed operations, auth, cart, and checkout helpers.

Saleor Storefront (Next.js Starter)

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 storefr...

Saleor Dashboard

Official React / TypeScript admin dashboard for Saleor - a thick client built entirely against the Saleor GraphQL API.

Saleor Cloud

Hosted, managed Saleor service - provisions Saleor cores per store with the same GraphQL API surface, plus environment management, deploys, and Apps marketplace.

Saleor Core (Server) Repository

Source repository for the Saleor server - the Django / Python backend that implements the GraphQL API, business logic, persistence, and webhooks.

Resources

🔗
Website
Website
🔗
Documentation
Documentation
🔗
API Reference
API Reference
👥
GitHub
GitHub
🔗
Cloud
Cloud
🔗
Discord
Discord
🟢
Status
Status
🔗
LinkedIn
LinkedIn

Sources

apis.yml Raw ↑
aid: saleor
url: https://raw.githubusercontent.com/api-evangelist/saleor/refs/heads/main/apis.yml
name: Saleor
kind: company
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.
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
  - Commerce
  - Headless
  - eCommerce
  - GraphQL
  - Open Source
  - Python
  - TypeScript
created: '2026-05-23'
modified: '2026-05-23'
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
  - 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
common:
  - type: Website
    url: https://saleor.io/
  - type: Documentation
    url: https://docs.saleor.io/
  - type: API Reference
    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/
maintainers:
  - FN: Kin Lane
    email: [email protected]