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

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.


Section titled Vendure API Storefront Demo 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