How to push new scopes to existing merchants?

gokula-krishna
Shopify Partner
4 0 0

Hi all, 

 

I have added new scopes to my existing app. The new scopes are reflected when a new merchant is installing my app. How do I push the new permissions to the merchants who installed my app already?

Reply 1 (1)

Hamza_Hussain
Shopify Partner
23 1 3

If you have added the new scopes in the shopify.app.toml file then you can use the following command in your root Directory

npm run shopify config push

Honey_G_Hamza