Hey all,
I’m working on integrating Shopify into my VueStoreFront (e-commerce framework) project. I need my own products created in Shopify to be displayed instead of default VueStoreFront products.
I created a Shopify custom app in Admin Panel, installed it and received an access token. And also I made authentication requests REST Admin API :
curl -X GET \
https://{shop}.myshopify.com/admin/api/2022-04/products.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Access-Token: {access_token}'
But still, I am getting ERROR 401.
Tell me please, what should I do to get my products? By Admin API.
I would appreciate any help.
