kibo-ecommerce
Installation
SKILL.md
Kibo Commerce — eCommerce
Progressive loading — only load what you need:
- Setting up auth, the SDK, the GraphQL client, or the tenant/site headers? Load references/api-setup.md
- Modeling products, variants, attributes, categories, master vs site catalogs? Load references/catalog.md
- Building cart, checkout, payment, or promotions flows? Load references/cart-checkout.md
- Implementing B2B features (accounts, quoting, approvals, price lists, punchout)? Load references/b2b.md
- Building a storefront or using the built-in CMS / page builder? Load references/cms-storefront.md
- Writing API Extensions (server-side JS in the platform), subscribing to events, or designing a webhook receiver? Load references/extensions-events.md
- Reviewing or debugging existing code? Load references/anti-patterns.md
Load the relevant reference file before writing Kibo integration code. The unified API hides a tenant/site/catalog hierarchy that's easy to get wrong — most "this works in dev but breaks in prod" issues trace back to the wrong x-vol-site header or a master-catalog vs site-catalog confusion. The skill is the judgment layer; for live schema and field-level reference, defer to the apidocs portal and the TypeScript SDK source.