Dreamship API enforces rate limits on the amount of requests that can be made.

Time PeriodCall Limit
1 Minute60 Calls

If you exceed either call limit within the time period above you will receive a 429 response with the return below.

{
    "error": {
        "key": "throttled",
        "status_code": 429,
        "message": "Request was throttled. Expected available in 59 seconds."
    }
}

Please note, rate limits are subject to change in the future without an upgrade to the API version.