Kyon147 / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
336 stars 99 forks source link

Access Scope #249

Closed Ansari-techs closed 6 months ago

Ansari-techs commented 7 months ago
"errors": "[API] This action requires merchant approval for read_products scope."

i create Shopify App Using Laravel Osiset Package and define api-scopes in config/shopify-app.php file now i install app on installation scopes not showing in URL and using store access token hit product rest Api so facing this issue => "errors": "[API] This action requires merchant approval for read_products scope." 
Kyon147 commented 6 months ago

@Ansari-techs when you change or add scopes you need to push them back to /authenticate or if you are on v19.2 you can use the verify.scopes middleware