Corporate Merch API will return a rate limit error with the HTTP status code 429 Too Many Requests when the request rate limit for a client has been exceeded.

📘

Usage limitation per client

The API supports a limit of 40 requests per minute.

If the limit has been exceeded, the API will return a 429 Too Many Requests error.
All API responses include rate limit headers that provide more informations about the client requests.

HeaderDescription
X-RateLimit-LimitLimit of requests per minute (40) supported by the API.
X-RateLimit-RemainingNumber of requests the client still have for the current minute.
Retry-AfterNumber of seconds to wait until retrying your request.
X-RateLimit-ResetTimestamp of when the limit will be reset.