How to NOT request "Name, email address, phone number, physical address" permissions on app install

When my app is being installed, it requests personal data permissions:

Store owner> > Name, email address, phone number, physical address

but my scope is just “read_products, write_products, read_inventory”. How to not request “Name, email address, phone number, physical address” permissions?

Thanks

That is the default “shop” information. You don’t need an access scope for this. See here: Shop (shopify.dev)

You will use this API to fetch information about the shop that installs your app.

1 Like