Skip to content

Limits & errors

Pagination

List endpoints accept:

QueryDefaultMax
limit50200
offset0

Smaller pages reduce payload size; larger pages mean fewer round trips. Stay within the maximum so responses stay predictable.

Typical HTTP status codes

HTTPMeaning
400The request body or query parameters are invalid. The response body is JSON with a short human-readable detail message.
403Authentication failed (missing key, wrong key, or failed HMAC when required).
404The resource does not exist for your supplier account (for example unknown SKU or order id).

Exact shapes are listed in the OpenAPI reference.