Dedicated to the Hydrogen framework, headless commerce, and building custom storefronts using the Storefront API.
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
Solved! Go to the solution
This is an accepted solution.
See this for a reference --> https://shopify.dev/docs/admin-api/rest/reference/access/accessscope. Hope this helps!
This is an accepted solution.
See this for a reference --> https://shopify.dev/docs/admin-api/rest/reference/access/accessscope. Hope this helps!
Thanks, I can indeed see the scope has not been enabled!
Will go back to support with that then 🙂
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.