I’m trying to use the rest-API with Postman to test the possibilities. I have an API-key and the API-Secret key. I’m using BASIC authentication where the username is het API_key and the Password is the API_secret.
I have a postman collection specific for Shopify. I expected this would be a no brainer to start with this.
If I send the following https://{{store_name}}.myshopify.com/admin/api/{{api_version}}/products.json with the Basic Authentication, the result is:
“errors”: “[API] Invalid API key or access token (unrecognized login or wrong password)”
I have acces to two shops and the problem is the same for both. I suppose there is something in the shop that must be activated in the admin?
Anyone who has suggestions about the possible cause of this problem?
I had the same problem
In my case, I found an error in the url, which was the wrong name of the store.
I first took just the name of the store from the settings, later I took the name with the current active (custom domain) and it all did not work.
In the end I used the url with the domain “.myshopify.com” which was automatically generated by Shopify and it worked.