Here’s a couple of related posts I can find where it looks like something similar has happened. @Rob-Shopify you responded to the first one, did you ever find a resolution?
I am facing the issue of {“errors”: “[API] Invalid API key or access token (unrecognized login or wrong password)”}
endpoint: https://{store}.myshopify.com/admin/api/2024-10/script_tags.json
headers: “X-Shopify-Access-Token”: ‘xxx’
Earlier it was working fine but somehow it is not working now. Tried different solution but it did not help.
I have verified access token from the session, moreover it is an offline token which does not expires. I have tried regenerating the keys as well.
Any sup…
Dear kind Community, help is needed. Shopify Dev support doesn’t answer my email. I’ve posted about this.
When a client installs my embedded app. I would like an accessToken to query any fulfilment orders that I get requested upon.
I am using the latest remix build 2024-10 to get the accessToken:
const { session } = await authenticate.admin(request);
const accessToken = session.accessToken;
In my backend then POST to this URL using the remix generated accessToken.
https://{{store}}.myshop…