Discussing APIs and development related to customers, discounts, and order management.
Hello,
We have Shopify integration with our platform using Ruby Shopify official gem. We're mainly using the integration for creating and completing orders (using DraftOrderCreate and DraftOrderComplete) mutations. We are currentely using "2022-10" schema and 9.5 version of the gem.
In October, we noticed a large spike of 502/503 errors in our system that's coming from Shopify. Ruby gem throws
{"errors"=>[{"message"=>"502 Bad Gateway"}]}
Sounds like service provider issues on Shopify's end. See this for specifics --> https://shopify.dev/docs/api/usage/response-codes#:~:text=A%20502%20error%20isn't,trying%20to%20get%....