Skip to content

Rate Limits

The REST Admin API enforces a rate limit of 40 requests per app 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 this limit, the API will return 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.