Order Desk · Rate Limits

Orderdesk Rate Limits

The Order Desk API is rate limited with a leaky-bucket algorithm. Each store starts with a bucket of 20 requests that refills at 3 requests per second, which works out to roughly 100 requests available over a rolling 30-second window. The number of requests remaining is returned on every response in the X-Tokens-Remaining header. When the bucket is empty the API returns HTTP 429 and includes an X-Retry-After header indicating how many seconds to wait before retrying.

Orderdesk Rate Limits is the machine-readable rate-limit profile for Order Desk on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring requests and records.

The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Ecommerce, Order Management, Rate Limiting, and Quotas.

3 Limits Throttle: 429
EcommerceOrder ManagementRate LimitingQuotas

Limits

Leaky Bucket Capacity store
requests
20 requests (initial bucket)
Each store's bucket holds up to 20 requests before throttling.
Refill Rate store
requests
3 requests per second
The bucket refills at 3 requests/second, ~100 requests per rolling 30-second window.
List Page Size request
records
500 (max limit parameter, default 50)
The limit query parameter caps records returned per list request.

Policies

Remaining Quota Header
Every response includes X-Tokens-Remaining showing how many requests are left in the bucket.
Retry-After
429 responses include X-Retry-After with the number of seconds to wait before retrying.
Backoff Strategy
Clients should throttle to about 3 requests/second, watch X-Tokens-Remaining, and honor X-Retry-After with exponential backoff on 429 responses.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/orderdesk-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.