Storyblok Raises $80M Series C - Read News

Skip to main content

Vendure

INFO:

On May 13th, 2024, Storyblok started gradually rolling out a new design for its Visual Editor. Therefore, the Visual Editor product screenshots depicted in this resource may not match what you encounter in the Storyblok App. For more information and a detailed reference, please consult this FAQ on the new Visual Editor design.

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

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