Chat on WhatsApp

Do you handle API rate limits?

Yes, rate limiting is designed in, not patched on. We respect each platform’s quota with token-bucket throttling, batch requests where the API supports it, and queue-based backpressure so a burst of orders doesn’t trip the limit. When a 429 does come back, we honour the Retry-After header and back off automatically. This matters most for marketplace APIs (Amazon SP-API) and ERPs with strict concurrency caps.

Was this helpful?