Skip to main content
Commerce API
ACTIVE

Commerce API

ACTIVE
OpenAPI 3.1.0v2.4.0Multi-tenant e-commerce platform API

The Commerce API provides a complete set of endpoints for managing products, orders, customers, and authentication. All requests must include a valid bearer token obtained from the `/auth/login` endpoint, except where otherwise noted. Rate limits are enforced per API key at 1 000 requests / minute for standard plans and 10 000 for enterprise.

Security schemes

BearerAuthShort-lived JWT (1 h). Obtain via POST /auth/login.
ApiKeyServer-to-server API key. Issued per integration in the dashboard.

Common responses

200OK201Created204No Content400Bad Request401Unauthorized403Forbidden404Not Found422Unprocessable Entity429Too Many Requests