A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I have a python script that is using the shopify api to update inventory. I'm using GraphQL. Randomly, this script will stop part way through. It's updating about 180 skus. Some days it runs without a hitch. Other days, it just fails with the error:
ERROR:root:<urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>
Has anyone else experienced this problem with Shopify's API?