We just GoLive API Rate Limits. Please follow up
api.omisell.com. Requests to other hosts are not counted.user + country + business. It is not per shop and not per API key: every shop and every key of the same account share one counter.Limit: 100 requests
Window: 60 secondsHTTP 429 until the window expires, at which point the counter resets to zero in one step.X-Omisell-Api-Call-Limit: 32/10032 is the number of requests already counted in the current window, 100 is the limit.{
"data": {
"retry_after": 47,
"rate_limit_on_time": 60,
"rate_limit_remaining": 0,
"rate_limit": 100
},
"error": true,
"error_code": 429,
"attr_error": null,
"messages": "Request was throttled. Rate limiting 100/100. Expected available in 47 seconds."
}data.retry_after seconds — that is the exact number of seconds left in the current window.