Does shopify have a daily limit of api call POST request
Im trying to create products using shopify API , after creating about 20K products , i got the Response code 429 (Too Many Requests)
My code respect API limitation , I do a sleep of 0.5 between each call.
I have waited a day and launched the script again , after about 500 API call , i got the Response code 429 (Too Many Requests)
Last API call request ID is : e04df31e-a213-41b0-aa32-0d039c1f3b44
my header is >
http_x_shopify_shop_api_call_limit: ‘1/40’
‘x-shopify-shop-api-call-limit’: ‘1/40’
‘x-shopify-api-version’: ‘2020-10’, I’m using a private app to create products