Developer docs
MusKent Commerce OS

MusKent

Commerce OS

Build on top of MusKent Commerce OS

Use MusKent API Platform to extend store sync, orders, automations, revenue insights, and operational tooling. The docs should feel like product infrastructure, not raw engineering notes.

Docs principles

Readable content width with clear system hierarchy.

Section anchors that work for operators and developers.

Instructional surfaces that stay visually aligned with the product brand.

API

Versioned routes for products, orders, automation, intelligence, and system control.

  • Catalog routes under /api/v1/catalog
  • Order and fulfillment routes under /api/v1/orders
  • Authenticated bearer-key access with scoped clients

Webhooks

Subscribe to store, automation, scaling, and operational events without polling.

  • Webhook subscription management under /api/v1/webhooks
  • Delivery testing and signature verification support
  • Event coverage across sync, orders, automation, healing, and scaling

Custom storefront kit

Use the MusKent storefront contract to connect private, headless, or agency-built commerce stacks.

  • Products, orders, inventory, and fulfillment contract helpers
  • Starter examples for Next.js and Express
  • Validation flow for onboarding and connector health checks

Guides

Operator-friendly implementation guidance for onboarding, API usage, and connector rollout.

  • Connect a store and import products
  • Start with automation templates or AI generation
  • Move into advanced system control only when needed