Shopify api access on postman getting error

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?

Hi @ErSanjay hope these videos will be helpful

https://www.youtube.com/watch?v=oZ6SoqOwuXY

https://www.youtube.com/watch?v=j0-2IauIGJE

1 Like

@arunme those video was outdated thank you for the help.

if can check our store if the work

@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