Almost EVERYONE who tried headless systems said they saw benefits. Download the state of CMS now!

Storyblok now on AWS Marketplace: Read more

O’Reilly Report: Decoupled Applications and Composable Web Architectures - Download Now

Empower your teams & get a 582% ROI: See Storyblok's CMS in action

Skip to main content

Saleor

Saleor is an open-source eCommerce platform utilizing GraphQL that we can connect to the Storyblok eCommerce field-type. If you don’t have a Saleor store already, you can get started by visiting the developer documentation and learn about the SDK.


Section titled Saleor API Saleor API

Visit saleor.io and once signed up, a dashboard is provided for you to manage each instance of a store where you can test the queries from the store using the GraphQL API. There's also a demo store you can try after reading the documentation.

When you are ready to create your own store in the Saleor Cloud, you can Create Project {1} from the dashboard and copy and save the generated API token.

saleor dashboard
1

Saleor Cloud dashboard

When a project is created, another dashboard for each individual project can be accessed and requires a separate email and password to be created. You can use the same email and password for each new store created. Now, you can access the GraphQL playground as well as the store dashboard and can manage everything within that space, including billing and orders, etc.

saleor cloud

A new store dashboard screen

saleor graphql playground

GraphQL playground screen

You can read more about creating a store by reading the installation guide if you wish to install the Saleor Cloud and develop locally. It is recommended Docker Compose is used for installation.