Happening Now! Exclusive AMA: Improving your Return Management with Shopify Experts | Post your questions to be answered by our team!

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 291

This is an accepted solution.

Replies 3 (3)

Gregarican
Shopify Partner
1033 86 291

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
25 1 6

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.