v1.0.0
OpenAPI 3.1.0
Blaze ECOM Storefront API
The Blaze ECOM Storefront API powers headless ecommerce experiences for cannabis retail. It provides a full suite of commerce capabilities — products, carts, orders, payments, user accounts, delivery, and recommendations — designed for building custom storefronts on any platform.
Key Concepts
- JSON:API format: All requests and responses follow the JSON:API specification
- Store-scoped: Most endpoints require an
X-Storeheader identifying the target store - JWT authentication: Authenticated endpoints require a Bearer token obtained via
/api/v1/auth/login - Versioned: Endpoints are available under
/api/v1through/api/v5depending on the domain
For a quick introduction, see the Quick Start guide.
Client Libraries