Using the Shopify API to get a list of products

Good day.

I followed a few videos and I cannot seem to find a way to connect to the Shopify API through a Postman call.

I want to get the list of Products.

We created a test account just to see how we can integrate with Shopify.

So I am not sure if we are restricted in some functionalities.

The Videos I see show an App Item in the Menu which I cannot see on our side.

I created a Development App which gives me an API key and a secret key.

The app is also installed.

When using the URL with the shop name and /admin/api/2021-04/products.json

With Basic Authentication where I use the API key as the username and the secret key as the password I get this error:

Invalid API key or access token

Nowhere on the site or settings I can see a username and password to use. Can you please help me?

Thank you

Kind Regards
Thyme

Try this:

Select “No Authorization” on the Authorization tab, but in the headers tab add “X-Shopify-Access-Token” and your Access token as the value.

Thank you so much! It worked perfectly.

1 Like