Full endpoint reference
Request bodies, query params and exact response shapes for every endpoint.
The headless API is a small REST API over your published bundles. Every endpoint requires a Bearer API key and lives under one base URL.
https://live.bb.eight-cdn.com/api/headless/v1The SDK uses this by default; override with baseUrl for staging or local dev.
Authorization: Bearer kit_live_… on every request. See Authentication.application/json for request and response bodies.gid://shopify/ProductVariant/123)."29.99")./bundles List published bundles.
/bundles/:id Full bundle configuration (sections, discount, rules, required products).
/bundles/:id/products Product and variant data (price, SKU, availability, inventory).
/bundles/:id/configure Validate a selection, create a configured bundle, return cart data.
/bundles/:id/price Calculate pricing for a selection (no configuration created).
/settings Shop settings (currency, money format, active features).
Full endpoint reference
Request bodies, query params and exact response shapes for every endpoint.
Errors
Status codes and error body shapes for 400 / 403 / 404 / 429.