Ezzat
April 10, 2026, 12:36pm
1
Has anyone faced similar issue?
We’ve an app that has the following permission scope added: write_checkout_branding_settings, read_checkout_branding_settings
When opening the app embeds the Shopify dashbaord throws: Error: Access denied for checkoutAndAccountsConfigurations field.
This is on developments store with plus plan.
The Shopify API access requests page is down currently, can’t confirm if anything needs to be approved from there
1 Like
Hey @Ezzat have you approved those scopes after they were added to the app?
You can confirm by querying the current access scopes to ensure they have been approved and applied:
{
currentAppInstallation {
accessScopes {
handle
}
}
}
Hey @Ezzat , are you still experiencing this issue, or can I mark this as solved?
Ezzat
April 24, 2026, 8:58am
4
Hey @KyleG-Shopify ,
Apologies for delayed response, I did another round of test and it appears to be resolved! it was potentially related to short outage on Shopify API access page.
Thanks,
Ezzat
1 Like