I’m getting an HTTP Error 429 Error when doing a bulk upload/download

A 429 error means you are encountering the Shopify API Rate Limits for their API. The most common one we see is “Exceeded 2 calls per second for api client Reduce request rates to resume interrupted service”. The easiest way to resolve this is to add a pause to the looping script using the Pause/Resume Script script step to the loop so that is pauses between iterations (e.g. 1 second) which will slow the script down so that it doesn’t hit the Shopify Rate Limits.

Still need help? Contact Us Contact Us