Is Anyone Else Experiencing Permission Issues When Connecting or Writing to Their Shopify Instance?

can you help troubleshoot? I know you’re familiar w/ the custom app and access token flow

Doing a console log of the variable

${this.shopify_developer_app.$auth.oauth_access_token}

I can see it is undefined - which is strange as the value is valid when going to the Account tab

${this.shopify_developer_app.$auth.oauth_access_token} : undefined

Can you confirm that when you go into the Accounts tab, that you see the Shopify Developer App configured and healthy?

yes

image.png

It has a Private access (not sure if this can impact)

I ve changed ${this.shopify_developer_app.$auth.oauth_access_token} by the API admin key value and it is working fine - so it seems the issue is in the management of the access token field within the Shopify Developer account

should it be oauth_access_token or just access_token? Isn’t is not OAuth?

You’re right, it is owrking using access_token