For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
DocumentationAPI Reference
DocumentationAPI Reference
  • Get Started
    • Introduction
    • Quickstart
    • Authentication
    • Rate Limit
    • Webhooks
  • Integration Guides
    • Overview
    • Tracking
    • Receiving
    • Returns
    • Billing
  • Other
    • Concepts
    • Status Reference
    • Errors
    • FAQ
LogoLogo
Get Started

Rate limit

||View as Markdown|
Was this page helpful?

Last updated February 24, 2026

Previous

Authentication

Next

Setup Sandbox Account

Built with

API calls will be rate-limited to 150 requests per-minute using a sliding window, and will be totalled per user, per application across calls to any of the ShipBob APIs.

Please give us time to process your requests. If you’re sending too many requests too quickly, we’ll respond with a 429 error code (TooManyRequests).

The API response headers also give you the following rate limit detailed information:

HeaderExampleDescription
x-retry-after25Rate limit is exceeded. Try again in 25 seconds.
x-remaining-calls0You have 0 remaining calls.
1{
2 "statusCode": 429,
3 "message": "Rate limit is exceeded. Try again in 25 seconds."
4}