Prodigi · Rate Limits

Prodigi Rate Limits

The Prodigi Print API is authenticated per-account via an X-API-Key header. Prodigi applies request throttling to protect platform stability, and recommends idempotency keys on order creation so throttled or retried requests do not create duplicate orders. Specific published per-endpoint request-per-minute limits are not reconciled in this artifact.

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

It captures 2 rate-limit definitions, measuring requests and orders.

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

Tagged areas include Print on Demand, Printing, Dropshipping, Fulfillment, and E-commerce.

2 Limits Throttle: 429
Print on DemandPrintingDropshippingFulfillmentE-commerceRate LimitingQuotasThrottling

Limits

Requests Per Minute account
requests
see provider documentation
Per-API-key request throttling; specific value not reconciled.
Order Creation account
orders
see provider documentation
Use idempotencyKey to safely retry without duplicate orders.

Policies

Idempotency
Supply an idempotencyKey on order creation so retried requests return the original order rather than creating a duplicate.
Backoff Strategy
Clients should implement exponential backoff with jitter on 429 responses and honor Retry-After when present.

Sources