This is a preview of the Storyblok Website with Draft Content

Vendure

Vendure offers a great headless API that we can connect to the Storyblok eCommerce field-type. If you don’t have a Vendure store already, you can visit the developer documentation and create one here.


Vendure API Storefront Demo

You can give Vendure and it's API a test run before creating your own personal project. When you are ready to create a project it is as simple as running the command below within your project directory.

        
      npx @vendure/create my-app
    

But for getting started, a token for the demo is not necessary and only requires the following endpoint:

optionvalue
endpoint https://demo.vendure.io/shop-api

Once you have accessed the demo store you can test the queries from the store using the GraphQL API:

vendure demo graphql

GraphQL playground screen