A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
i am attempting to request orders using shopify admin api. my orders.json response is coming back blank.
Solved! Go to the solution
This is an accepted solution.
Thank you for asking! I couldn't figure out how to reply to my own message after I was able to figure out what I was doing wrong. using a simple python url get request would return blank orders json file. That's because this API only returns current unfulfilled orders!
Is it still returning zero orders?
Double check the shops myshopify.com domain to make sure that its correct, though you probably would receive a different error in that case...
This is an accepted solution.
Thank you for asking! I couldn't figure out how to reply to my own message after I was able to figure out what I was doing wrong. using a simple python url get request would return blank orders json file. That's because this API only returns current unfulfilled orders!