Rate Limits

To ensure platform stability, API requests are rate-limited per API key.

TierRequests / minute
Standard60
Partner300
EnterpriseCustom

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 429 responses.
  • Batch related reads instead of polling high-frequency endpoints.