Base URL
{subdomain} with your organization’s subdomain.
Authentication
All endpoints require HMAC-SHA256 authentication. See Authentication Guide for details.Available Resources
Customers
Manage customer data (read-only)
Products
Access product catalog (read-only)
Orders
Full CRUD operations for orders
Deliveries
Complete delivery management
Response Format
All successful responses follow this format:Error Format
Error responses follow this structure:HTTP Status Codes
| Code | Description |
|---|---|
| 200 | Success |
| 201 | Resource created |
| 400 | Bad request |
| 401 | Unauthorized |
| 403 | Forbidden (insufficient plan) |
| 404 | Resource not found |
| 422 | Validation error |
| 429 | Rate limit exceeded |
| 500 | Server error |
Pagination
List endpoints support pagination:per_page(int): Items per page (default: 15, max: 100)page(int): Page number (default: 1)
