Can't Add New Access Scopes

Hello. I am trying to add a new access scope ‘write_script_tags’ in my shopify.app.toml file. However, even after I add the new scope and run ‘shopify app dev’ or ‘shopify app deploy’ in my terminal the new scope does not appear. When I use ‘shopify app deploy’ and open the new version the only scope it shows is: ‘write_products’ even though I have also listed ‘write_script_tags’ in the scopes in the toml file. Any help would be greatly appreciated!

Thank you!

1 Like

Hey @user143,

What distribution type do you have set for your app? The reason I ask is write_script_tags needs approval to be used on public apps. Make sure your app is set to custom distribution and see if that works then.

Ah. That’s the problem. Thank you so much!

1 Like