Skip to content

Shippo has different rate limits depending on the endpoint and the HTTP verb that is being used (GET, POST, PUT, etc...). Below are the different rate limits defined within Shippo.

All listed rate limits are per minute. Exceeding the rate limit will give a 429 error.

Limits

EndpointPOST PUT Live / TestGET(single) Live / TestGET(multiple) Live / TestPUT Live / Test
Address500 / 504000 / 40050 / 10500 / 50
Parcel500 / 504000 / 40050 / 10500 / 50
Shipment500 / 504000 / 40050 / 10500 / 50
Rate500 / 504000 / 40050 / 10500 / 50
Transaction500 / 504000 / 40050 / 10500 / 50
Customs Item500 / 504000 / 40050 / 10500 / 50
Customs Declaration500 / 504000 / 40050 / 10500 / 50
Refund500 / 504000 / 40050 / 10500 / 50
Manifest500 / 504000 / 40050 / 10500 / 50
Carrier Account500 / 504000 / 40050 / 10500 / 50
Batch50 / 10400 / 4050 / 10
Tracking750 / 50500 / 50

GET Single vs GET Multiple

  • GET Single -- https://api.goshippo.com/endpoint/:object_id request a specific object from that endpoint using the object's object_id.
  • GET Multiple -- https://api.goshippo.com/endpoint/ request a list of objects from a given endpoint. See our Filtering tutorial for details on returning specific results.

Need higher limits?

Contact us if you require higher rate limits than those found above.