Hey folks, I am having some trouble getting the details of an order back. Shopify responds with null when I get an order based on its id, or just when I query the last X orders.
- I am confident the order id is correct.
- Checked the access token is correct (I get an auth errror if I use the wrong one)
- Checked the curent app installation and it includes
read_orders
scope - The query and app worked fine for a dev app and store
I have access to the Store on which the order was placed, and I can see the order showing up in admin there.
One thing to note is the order was marked as potential for fraud risk, but I haven’t found any clear mentions that these orders would get excluded from the api response.
Any ideas if I’m missing something that I should check?