Shipday · Rate Limits

Shipday Rate Limits

Shipday secures its REST API with HTTP Basic authentication and applies endpoint-specific rate limits. The Order Delivery Progress tracking endpoint is documented at 3 requests per minute per trackingId and is limited to Business Advanced plan customers. General per-account request limits for order, carrier, assignment, and on-demand endpoints are not published in the documentation and are not reconciled in this artifact.

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

It captures 2 rate-limit definitions, measuring requests.

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

Tagged areas include Delivery, Logistics, Last Mile, Local Delivery, and Dispatch.

2 Limits Throttle: 429
DeliveryLogisticsLast MileLocal DeliveryDispatchRate LimitingQuotasThrottling

Limits

Order Delivery Progress trackingId
requests
3 per minute
Documented limit of 3 requests/minute per trackingId; Business Advanced plan only.
General API Requests account
requests
see provider documentation
Per-account request limits for order, carrier, assignment, and on-demand endpoints are not published.

Policies

Authentication
All requests require HTTP Basic auth with the account API key sent in the Authorization header.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources