Errors and Limits
Error responses
Error responses (non-20x) will be formatted as JSON objects with an error
key and subkeys id
and message
.
Implementers are advised to use the error.id
key to identify error types, as these won’t change within an API version. Error messages might change.
Example error response:
{
"error": {
"id": "MinimalRetailerRequirements",
"message": "Can’t delete last store in retailer account."
}
}
Rate limits
The API has a soft limit of 1000 requests per second per API key.