Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Viewing enabled scopes for my private app

Solved

Viewing enabled scopes for my private app

jgo2t
New Member
6 0 0

Hi there !👋

 

I need to have the `write_checkouts_payments` scope enabled for my private app in order to customize the checkout experience.

 

I have submitted a request on this form and have received an email saying it had been accepted.

 

I am still unable to checkout - hence I'm wondering if I can check if the scope has actually been enabled, but I'm not sure where to find this information ?

 

Is there a way to check, manually or programmatically ?

 

Thanks in advance,

Jérémy

Accepted Solution (1)

Gregarican
Shopify Partner
1033 86 293

This is an accepted solution.

Replies 3 (3)

Gregarican
Shopify Partner
1033 86 293

This is an accepted solution.

See this for a reference --> https://shopify.dev/docs/admin-api/rest/reference/access/accessscope. Hope this helps!

jgo2t
New Member
6 0 0

Thanks, I can indeed see the scope has not been enabled!

 

Will go back to support with that then 🙂

___END___
Excursionist
28 1 12

I previously recommend a program called Shopify Dev Tools to someone in this forum that needed to manipulate webhooks.  It also has a command to list access scopes assigned to a shop password/api key pair. It does a lot of useful things normally needed when developing. Check it out.