Changelog
v1.0.1 — 2026-05-02 (pilot)
- ✨
POST /v1/orders— create orders via API. Designed for custom themes, headless storefronts, mobile apps, and reseller automation. Server-authoritative pricing; full variants support; idempotent. - 📚 New guide: Custom themes & storefronts — end-to-end build, including catalog rendering, variants UI, cart, checkout, and webhook integration.
- 📚 New guide: For resellers — manage multiple client stores, bulk operations, white-labeling, billing models.
- 📚 New guide: Environment & .env setup — safe credential storage across Node, Python, PHP, Go, Vercel, Cloudflare, AWS, Docker/k8s, GitHub Actions.
- 📚 Expanded
Ordersreference — full variants documentation including per-variant stock, per-combination stock, cascading variants, image-text variants, multi-piece offers.
v1.0 — 2026-04-30 (pilot)
- 🎉 Initial pilot launch.
- Cloudflare-edge gateway worker (auth + rate-limit + cache + queue producer).
- Read endpoints for store / products / orders / customers / landing-pages.
- Write endpoints with idempotency for products / orders / landing-pages.
/v1/signupsand/v1/eventsqueue ingest.- Outbound webhooks with retry + DLQ.