Cresivox

Storefronts as an API call.

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

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

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

Endpoints for the whole ecosystem.

POST/v1/storesCreate a storefront
PUT/v1/catalogs/:idSync a catalogue
GET/v1/ordersList and filter orders
HOOKorder.paidSigned webhook event

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 a 99.95% uptime SLA on production keys.

Your brand on the front. Our rails underneath.

Agencies run their whole commerce product on Cresivox — custom domain, your logo, your dashboard. Bill your clients however you like; we stay invisible.

Custom domain and a fully themed admin
Org and 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 ✓

Free for developers. No catch.

Full API access to build, test and ship in production at no cost. No card, no usage caps.

Freeforever

No credit card · no usage limits

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

curl your first store in 30 seconds.

Get your API keyapi.cresivox.com/docs