Rate Limits
To ensure platform stability, API requests are rate-limited per API key.
| Tier | Requests / minute |
|---|---|
| Standard | 60 |
| Partner | 300 |
| Enterprise | Custom |
When you exceed the limit, the API returns 429 Too Many Requests with a Retry-After header (seconds).
Best practices
- Cache product search results when possible.
- Use exponential backoff on
429responses. - Batch related reads instead of polling high-frequency endpoints.