skip to Main Content

Rate limit Shopify API calls in Ruby

I am using Shopify's shopify_api gem in Ruby. I am updating each products cost and price from an external source however I am hitting the API limits and receiving 429 Too Many Requests (https://help.shopify.com/en/api/reference/rest-admin-api-rate-limits). How can I edit the below…

VIEW QUESTION
Back To Top
Search