Private App does not have access to orders in GraphQL API

ktilcu
Shopify Partner
2 0 0

I'm following the docs here: https://shopify.dev/apps/getting-started/add-functionality#next-steps

 

Instead of getting product on my development private app I am getting orders. However, I apparently don't have any access scope to read orders. I went to enable it but the only scope i could find was read_all_orders. 

 

Am I missing something?

Screen Shot 2022-03-11 at 17.31.25.png

Screen Shot 2022-03-11 at 17.31.45.png

Screen Shot 2022-03-11 at 17.30.59.png

Reply 1 (1)

ktilcu
Shopify Partner
2 0 0

Ok I finally figured it out. The default app has a next.js server that has some scopes automatically created. I updated that to include the `read_orders` scope.