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