📄️ Overview
GraphQL
📄️ Developer tools
Playground
📄️ Authentication
This document describes different ways in which clients can authenticate with the API.
📄️ Error Handling
There are several error types in the GraphQL API, and you may come across different ones depending on the operations you are trying to perform.
📄️ Internationalization
Overview
📄️ Pagination
Pagination is required in most queries that return lists of items in the Saleor GraphQL API. It limits the number of results returned by the server to a more manageable size and avoids data flow disruptions.
📄️ Prices
Saleor API has four different types that represent prices. The most basic type consists of a currency code and a numeric amount. The most complex one can define a range of prices, including net, gross, and tax amounts.
📄️ Slug Fields
A slug is a short label representing an object or page's content. The main reason for using a slug is the ability to incorporate it into URLs. Translated names can contain all UTF-8 signs, allowing for URLs to be written by people with different keyboard layouts.
📄️ Usage Limits
Rate limits