Base URLs
Use the production API origin for external calls:Authentication modes
Pagination
Seller API list endpoints return the shared paged response shape:page and size. Page indexes start at 0. Current list endpoints clamp size to a maximum of 100.
Error format
API errors use Problem Details:detail text is localized by the backend. Integrations should branch on HTTP status and code, not on translated text.
Scopes
API tokens use explicit scopes:API tokens
Create tokens from the dashboard, choose scopes, and copy the token safely.
Orders API
Read orders and payment status with a seller API token.
Webhooks
Configure webhook endpoints in the dashboard and receive signed order events.
Custom gateways
Connect a store-owned payment gateway to checkout.