Ordergroove Rate Limits
Ordergroove enforces a documented per-IP rate limit on its REST API. All endpoints under restapi.ordergroove.com (and staging.restapi.ordergroove.com) are limited to 6,000 requests per IP address per one-minute window. Requests over the threshold receive an HTTP 429 Too Many Requests response, which Ordergroove documents as safe to retry at any time. The docs recommend optimizing code, regulating request rates, and implementing retry logic for 429s. Cursor-based pagination is used to traverse large data sets efficiently.
Ordergroove Rate Limits is the machine-readable rate-limit profile for Ordergroove on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Subscriptions, eCommerce, Rate Limiting, and Quotas.