Skip to main content
CreatoCloud

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.

Base URL

Versioned REST endpoints

All resources live under /api/v1. Authenticated routes use your CreatoCloud seller session.

Base URL
https://your-host/api/v1
MethodPathSummaryAuth
GET/productsList productsRequired
GET/ordersList ordersRequired
GET/inventoryList inventoryRequired
GET/customersList customersRequired
GET/integrationsList integration catalogPublic
GET/openapiOpenAPI documentPublic
Platform

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.

API console

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.

Open console