Hello
I have a private app created and installed a couple of years ago. This works with postman using GET https://:[email removed].myshopify.com/admin/api/2023-01/orders.json?fulfillment_status=unshipped.
I have Basic Auth configured to use the username: and Password:
However, I have installed the new app with the same permissions. But it gives me an invalid Key errors when trying to GET using Postman. https://:[email removed].myshopify.com/admin/api/2023-01/orders.json?fulfillment_status=unshipped.
{“errors”:“[API] Invalid API key or access token (unrecognized login or wrong password)”} error..
Did authentication method change for new private apps?
Any help or suggestions is much appreciated.
Thanks