Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
I'm using offline access token OAuth and i wan't to get all the products of a store with postman, but i get an html with scripts with a link instead the espected json response. So when paste the link into the browser i got into the account selection page, once i select the account y got redirected to the unavilable shopify page like in the pic. I don't know why is trying to have access to the account when i grant these permissions in scope: read_products,write_products,read_orders,write_orders.
The token is supoused to be permanent and i can't handle this kind of response from my backend
Well, i've tried to get all products from my backend instead from postman directly and i'm able to get them, somehow it doesn't work with postman