CreatoCloud API
Build on the commerce API behind CreatoCloud
The CreatoCloud REST API exposes products, orders, inventory, customers, and integrations so you can automate seller ops, sync channels, and extend fulfillment workflows powered by Geek Taskers.
API console is gated — sign in as a demo seller to run live sample tests.
Versioned REST endpoints
All resources live under /api/v1. Authenticated routes use your CreatoCloud seller session.
https://your-host/api/v1
| Method | Path | Summary | Auth |
|---|---|---|---|
| GET | /products | List products | Required |
| GET | /orders | List orders | Required |
| GET | /inventory | List inventory | Required |
| GET | /customers | List customers | Required |
| GET | /integrations | List integration catalog | Public |
| GET | /openapi | OpenAPI document | Public |
What developers get with CreatoCloud
A commerce-first API designed for multi-tenant sellers, channel sync, and warehouse handoff.
OpenAPI 3 specification
Machine-readable docs at /api/v1/openapi for codegen and client SDKs.
Session & bearer auth
Use your seller login cookie today; bearer API keys for external apps are on the roadmap.
Multi-tenant isolation
Every request is scoped to a businessId — products and orders never cross tenants.
Integrations catalog API
Query available marketplace, shipping, and marketing connectors programmatically.
Gated playground with live sample tests
Sign in to run authenticated requests against your demo business — inspect status codes, latency, and JSON payloads.
- • Run individual endpoint samples or the full suite
- • Compare documented examples to live responses
- • Uses your seller session cookies automatically
Quick start
# Public curl https://localhost:3001/api/v1/openapi # Authenticated (after seller login) curl https://localhost:3001/api/v1/products \ -H "Cookie: <your-session>"
Prefer the console UI for interactive tests — no manual cookie copying required.
Start building
From storefront checkout to warehouse APIs
Pair the REST API with CreatoCloud integrations to sync Shopify, TikTok Shop, Stripe, and more into fulfillment.