FOR DEVELOPERS & AGENCIES

Storefronts as an API call.

Spin up stores, sync catalogs, listen to order webhooks. Everything 1CB does in the dashboard, you can do over a clean REST API — sandbox included.

api.1cb.dev · REST · webhooks · sandbox
create-store.sh
$ curl -X POST https://api.1cb.dev/v1/stores \
  -H "Authorization: Bearer sk_live_…" \
  -d '{
    "name": "Mehra & Sons",
    "template": "electra",
    "catalog": "wh_kb_electronics"
  }'

→ 201 Created
{
  "url": "mehra-and-sons.1cb.store",
  "payments": "live",
  "ready_in": "8m 12s"
}
THE API

Endpoints for the whole ecosystem.

POST/v1/storesCreate a storefront
PUT/v1/catalogs/:idSync a catalog
GET/v1/ordersList & filter orders
HOOKorder.paidSigned webhook event
BUILT FOR BUILDERS

Ship integrations, not infrastructure.

Signed webhooks

Subscribe to order, payout and inventory events. Every payload is HMAC-signed and retried with backoff.

Sandbox with test payments

A full test environment with simulated cards, wallets and payouts — build the whole flow before going live.

Idempotent & versioned

Idempotency keys on every write, date-pinned API versions, and 99.95% uptime SLA on production keys.

WHITE-LABEL

Your brand on the front. Our rails underneath.

Agencies run their entire commerce product on 1CB — custom domain, your logo, your dashboard. Bill your clients however you like. We stay invisible.

Custom domain & fully themed admin
Org & role management across client stores
Revenue share or flat-fee billing — your call
// one agency, 40 client stores
POST /v1/orgs/studio-pixelmandi
40 stores · 1 dashboard
domain: shops.pixelmandi.in
branding: white_label ✓
DEVELOPER ACCESS

100% free. No catch.

FREE FOREVER
DEVELOPER
Freeforever

Full API access — build, test, and ship in production at no cost.

Full REST API — sandbox and production
Live payments (Razorpay, UPI, COD)
Signed webhooks for all order events
Unlimited stores & API calls
99.95% uptime SLA
White-label & agency support
Get your API key
NO CREDIT CARD · NO USAGE LIMITS · CANCEL ANYTIME

curl your first store
in 30 seconds.

Get your API keyapi.1cb.dev/docs