For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
i am trying to access address1 on shopify information page using checkout extensiblity but somehow i am getting this error in console i have tried multiple ways by giving different permission to the app, need suggestions on how can i fix this error
Steps Performed:
shopify.app.toml
-[access_scopes]
# Learn more at https://shopify.dev/docs/apps/tools/cli/configuration#access_scopes
scopes = "read_shipping"
Commands used after adding access scopes
-npm run config:push
-npm run dev and updated the app
same result after this. also added permissions for app dashboard.
Main checkout.jsx code
Hi @akshatj
I had the same error too, to resolve this problem you need to activate customer protected data access permissions in your app.
To do it go to Shopify partner dashboard > select your app > api access > protected customer data and choose access type you want.
I hope that will help you.