workwithpact / StoreDuplicator

This tool makes it easy to duplicate a Shopify store's content onto another, either to spin up a staging env or to simply test stuff out without risking anything in production.
https://213a.ca/
MIT License
47 stars 12 forks source link

429 Too Many Requests #9

Open arnaudbagnis opened 7 months ago

arnaudbagnis commented 7 months ago

The script stops because of API calls which exceed the authorized limit

Documentation : https://shopify.dev/docs/api/usage/rate-limits

Solution : add parameter autoLimit inside the Shopify object parameters

arnaudbagnis commented 7 months ago

10

FrazeColder commented 2 months ago

I have the same problem. Can we push this topic?