Skip to content

Rate Limits

The REST Admin API enforces a rate limit of 40 requests per API Key, per store, per minute. This limit is replenished at a rate of 2 requests per second using a leaky bucket algorithm.

Usage Limitations

If your application exceeds the rate limit, the API returns a 429 Too Many Requests error.

All REST API responses include the X-Rate header, which indicates the number of remaining requests available within the current time window.