App requires to view personal data even though none is being used

Hi all,

I am developing an app, and I noticed that on installing the app, it says that the app needs access to view personal data. However, the app does not use any personal data. Where are these settings for the app located at? Scopes in the toml file are:

scopes = "read_discounts,read_orders,write_discounts,write_orders"

1 Like

Still unresolved.

I face the same issue and opened an issue in the shopify-app-template-remix repository. Are you also using the Remix stack?

https://github.com/Shopify/shopify-app-template-remix/issues/594

Yep

My problem exists because of the read_shipping scope, which can access Fulfillment data and thus customer addresses. I assume in your case read_orders has also access to customer data.

See also Why do my app need permission to orders, even without the scope? - Shopify Community

1 Like