Skip to main content

Base URL

Replace {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

Pagination

List endpoints support pagination:
  • per_page (int): Items per page (default: 15, max: 100)
  • page (int): Page number (default: 1)
Example:
Most endpoints support filtering and search parameters. See individual endpoint documentation for details.