For the past few days, I am getting this error. I have made a python script to access Admin REST API, to populate products the metafields. In Shopify, all the required metafields are defined and populated with their values. After further reading and contacting the support live chat, I set a delay in the requests for about 500ms, since the limit is 2 requests per second. For some time the script is running perfectly, but after 10-15 minutes it crashes. Anyone got any ideas? And how can I log the “X-Request-ID” in order to traceback what is happening?
Did you find a solution for this? I have a similar issue. I have 40-50k products i need to create, but after 900ish my program stops with a bad gateway error. I set a delay to 1 second.
