Questions and discussions about using the Shopify CLI and Shopify-built libraries.
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?
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.