Base URL
All requests go to the live environment:Versioning
The current version is v2. The version is included in the base URL.Request format
- All request bodies must be sent as JSON with the
Content-Type: application/jsonheader. Requests without it will return a415 Unsupported Media Typeerror. - All responses are returned as JSON.
Authentication
Every request requires two headers:| Header | Value |
|---|---|
X-Api-Key | Your seller API key |
Content-Type | application/json |
401 Unauthorized response. See Response codes for the full list of error codes.
No IP allowlist is required. The API accepts requests from any origin IP address.