OpenAPI Documentation
Automatic Pallet Customer API
OpenAPI-led documentation for listing orderable products, checking wallets, and creating idempotent customer orders.
Last updated on
Getting Started
Use the customer API to list orderable store products, check the wallet that will pay for orders, and create orders with retry-safe idempotency.
Authentication
Every /v1 request must include a customer API key. Prefer Authorization: Bearer <api_key>. Use x-api-key only when your client cannot set an Authorization header. Query-string API keys are unsupported.
API Keys
Request Basics
First Requests
Endpoint Reference
Errors
Errors use a stable envelope with error.code, error.message, and optional error.details. Common codes include UNAUTHORIZED, FORBIDDEN, VALIDATION_ERROR,IDEMPOTENCY_CONFLICT, and INSUFFICIENT_FUNDS.
Support
When opening a ticket, include the endpoint, HTTP status, error.code, order ID, Idempotency-Key, and metadata.externalOrderId. Never send a raw API key in tickets, chat, logs, screenshots, or analytics.