Hi Shopify Support team,
We have built the Extractor for Shopify application which helps the seller to prepare their data for filling the returns. We are using GET/ Count Orders API in our use case.
Problem Statement
For two of our customers when we are calling get orders count endpoint we are getting 500 intermittent error on daily basis. This causes our extractor to fail to pull any transactions for those users.
Question
Could you please help us, How we can resolve and support this API failing error?
Curl Request
curl --location --request GET 'https://baltic-born.myshopify.com/admin/api/2021-10/orders/count.json?status=any&limit=100&updated_at_min=2021-11-29&order=updated_at asc&financial_status=paid,refunded,partially_paid,partially_refunded' \
--header 'Content-Type: application/json' \
--header 'X-Shopify-Access-Token: ****************'
Please let us know if you need more details.