Bluecart Rate Limits
The public BlueCart API documentation at docs.bluecart.com does not publish explicit per-second, per-minute, or per-key request-rate numbers. The API is fronted by AWS API Gateway (AWS Signature Version 4 against the execute-api service in us-east-1), so account-level throttling and burst limits are enforced at the API Gateway tier and would surface as HTTP 429 responses; the exact values are not documented publicly and would be governed by the account's API Gateway usage plan. Collection endpoints enforce a fixed page size of 25 items via next-token cursor pagination, and the API operates on a single object per request (no bulk updates), which bounds per-request work. All numeric limits below are unconfirmed against published BlueCart docs.
Bluecart Rate Limits is the machine-readable rate-limit profile for BlueCart on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests_per_second and varies.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled and quotaExceeded.
Tagged areas include Rate Limiting, Wholesale, Procurement, and eCommerce.