Hello,
i am try to access the Shopify admin rest API on postman But I am getting error
I am confused about the password and secret key
I create the new custom app but I can see I am getting the API key and secret only
“errors”: “[API] Invalid API key or access token (unrecognized login or wrong password)”
https://{YOUR_API_KEY_HERE}:{YOUR_API_PASSWORD_HERE}@SHOP_NAME.myshopify.com/admin/api/2019-04/orders.json
{YOUR_API_KEY_HERE}:{YOUR_API_PASSWORD_HERE} ? where to get it?
arunme
2
1 Like
@arunme those video was outdated thank you for the help.
if can check our store if the work
arunme
4
@ErSanjay this video will definitely help you
https://www.youtube.com/watch?v=Tn0DzYnRPVQ
basically now you can create “X-Shopify-Access-Token” (check in video) and use that in postman as header and that will work
1 Like