Why script_tags is invalid scope?
/admin/oauth/authorize?client_id=xxx&scope=read_orders,read_products,script_tags&redirect_uri=xxx
Hey @sbnuy52 ,
The script_tags scope is an invalid scope for the Shopify OAuth process because it is not a valid permission that can be requested. The Shopify OAuth process allows for certain permissions to be requested, such as read_orders and read_products, but script_tags is not one of them. When requesting access to a Shopify store through OAuth, only valid scopes should be included in the request.