Parcelsapp Rate Limits
Parcels App does not publish numeric per-second or per-minute request rate limits for the Parcels API v3. The operative limit is the monthly quota of unique tracking numbers (shipments) attached to your plan - 300, 500, or 1,000 per month on the published tiers - which GET /account reports as plan, limit, current, and resetDate. Because tracking is asynchronous, the documentation instructs clients to poll GET /shipments/tracking "every few seconds" by UUID until done is true, or to avoid polling entirely by supplying a webhookUrl. Repeated requests for an already-tracked number are served from cache and do not consume additional unique-shipment quota; only new unique tracking numbers count toward the monthly limit.
Parcelsapp Rate Limits is the machine-readable rate-limit profile for Parcels App on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests and shipments.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Parcel Tracking, Shipment Status, Package Tracking, Rate Limiting, and Quotas.