Skip to content
Kitenzo Headless is currently invite-only. To enable it on your store, email support@kitenzo.com.

Versioning & changelog

The REST API is versioned in the path: /api/headless/v1/. Breaking changes would ship under a new version segment (/v2/); additive changes (new fields, new endpoints) can appear within v1.

@kitenzo/core and @kitenzo/react are versioned together and published to npm. Pin a range you’re comfortable with:

{
"dependencies": {
"@kitenzo/react": "^0.2.6"
}
}

Current published version: 0.2.6 (both packages).

  • 0.2.6 — SDK split into @kitenzo/core (framework-agnostic) and @kitenzo/react (provider, hooks, BundleEmbed); added the bundle embed component for Mode 1.
  • Headless API — REST endpoints for listing/reading bundles, configuring selections and pricing, with per-key Bearer auth, CORS and rate limiting.