commercetools-headless-commerce
Installation
SKILL.md
Commercetools TypeScript SDK — Headless Commerce
Procedural guide for building headless storefronts using the official Commercetools TypeScript SDK. Covers cart, checkout, and customer account operations via the "Me" endpoints (storefront) and server-side admin endpoints. For product data, categories, and search use the Frontic skill instead.
Architecture
Frontic Client → Product data, categories, search, product projections (read)
Commercetools SDK → Cart, checkout/orders, customer account, payments (write/session)
Both share the same Commercetools project. Frontic handles optimized product delivery; the Commercetools SDK handles session-bound and transactional operations.