Our API is currently in open beta, if you encounter any issues or have a suggestion, please email us at devs@lumaprints.com. Your insights are invaluable to us.
In an effort to ensure consistent application performance and increased scalability, we have implemented rate limiting on the ShipStation API. Your integration will need to be able to handle HTTP rate limiting status messages as defined below:
If your application hits the rate limit, an HTTP 429 will be returned with this body:
{
statusCode:429,
message: 'ThrottlerException: Too Many Requests'
}
When the limit is reached, your application should stop making requests until x-ratelimit-reset seconds have elapsed. The current Rate limit for each set of the API Key and Secret is 40 requests per minute.