Vendure · GraphQL Specification

Vendure GraphQL API

Public GraphQL API consumed by storefronts and end-customer clients — product and collection browse, faceted search, active order / cart, checkout, eligible shipping and payment methods, customer registration, account and address management, and order lookup. Mounted by default at /shop-api on the Vendure server.

Documentation Endpoint View on GitHub CommerceHeadless CommerceeCommerceGraphQLOpen SourceTypeScriptNestJSB2BB2CStorefrontPluginsGraphQL

Overview

Vendure GraphQL API is a GraphQL API specification published by Vendure on the APIs.io network.

Public GraphQL API consumed by storefronts and end-customer clients — product and collection browse, faceted search, active order / cart, checkout, eligible shipping and payment methods, customer registration, account and address management, and order lookup. Mounted by default at /shop-api on the Vendure server.

The GraphQL endpoint is available at http://localhost:3000/shop-api. documentation is published at https://docs.vendure.io/reference/graphql-api/shop/queries/.

The specification includes 2 reference links.

Tagged areas include Commerce, Headless Commerce, eCommerce, Open Source, and TypeScript.

Endpoint

http://localhost:3000/shop-api

References

Related API Specs

Vendure Shop GraphQL API (OpenAPI) Vendure Admin GraphQL API (OpenAPI) Vendure Asset Server REST API (OpenAPI)
Back to Vendure · All GraphQL Specs · GitHub