Hi I am trying to read orders for a store but when i make the graphql request i get this error (image 1). I get the same error even when i remove all of the fields except id from the order node as well
making a request to see what scopes the access_token is approved for (image 2)
showing in my apps config i do have approval for the read_all_orders scope (image 3)
one weird thing is my app is only asking for read_orders and read_all_orders scope yet in my oauth consent screen it is saying that my app is requesting personal information about the customers (image 4) not sure if this is relevant to the access denied issue for the orders object in the graph api but something i noticed that was weird



