Nacelle · Rate Limits

Nacelle Rate Limits

Nacelle does not publish explicit numeric request-per-minute quotas for its Storefront GraphQL API. Instead, the documentation defines hard per-request constraints: a 10 MB maximum response payload and a 20-second request timeout. Automatic Persisted Queries (APQ) are supported so repeated queries can be cached at the CDN edge with roughly a 60-second TTL, reducing origin load. Any account-level throttling is governed by enterprise contract terms rather than a public rate card.

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

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

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

Tagged areas include Commerce, Headless Commerce, GraphQL, Rate Limiting, and Quotas.

3 Limits Throttle: 429
CommerceHeadless CommerceGraphQLRate LimitingQuotasThrottling

Limits

Response Payload Size request
bytes
10 MB
Maximum size of a single Storefront GraphQL response payload.
Request Timeout request
seconds
20
Storefront GraphQL requests time out after ~20 seconds.
Per-Account Throttling account
requests
see enterprise contract
No public per-minute quota; governed by contract terms.

Policies

Automatic Persisted Queries (APQ)
Persisted queries let repeated Storefront requests be served from the CDN edge cache (~60s TTL), lowering origin request pressure.
Pagination
Use Relay-style cursor pagination (first / after) to bound response size and stay within the 10 MB payload and 20s timeout limits.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor any Retry-After header 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/nacelle-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.