Skip to main content

Error shape

Failed requests return JSON with success: false and an error message:

HTTP status codes

Retry guidance

  • Use exponential backoff for 5xx responses.
  • 400 and 401 errors are not retryable without changing the request.
  • For bulk syncs, paginate with limit / offset rather than sending very large skus arrays.