I’m looking to create draft orders via REST API integration. The request comes from an external website.
I have a store for which this integration is working that I set up about a year ago but I’m having issues authenticating with a new store. I’m getting a 401 error using the ‘shpat…’ token.
It seems the access token generated in Shopify is not what I’m using to authenticate the successful call I set up a year ago. The token I have written down (and that works) does not match the access token listed in Shopify, is quite a bit longer and does not start with ‘shpat’.
Is there a different token I have to generate to get this working?
Thanks!