Authenticate with Shopify

When creating a Shopfy athentication n8n is asking for a subdomain, Access Token, and APP Secret Key.

In shopify when creating the App I get a:
Acces Token,
API Key
API Secret.

I’ve tried all combinations of these keys and token in n8n but I either get a Forbidden error. Is anyone having any success accessing the Shopify API?

n8n Version 1.79.2. self hosted

I used the access token method:

The data was as follows:

Shop subdomain: the value can be found from your dashboard’s URL:

image

In that image, a4niaj-jz is the value.

Then in your Shopify dashboard, go to Settings → Apps and sales channels → Develop apps (would ask to be enabled the first time) → Create an app → Enter app name → Create app → API credentials → Install app → Copy the Admin API Access token and paste it in “Access Token” field in n8n → Scroll down in Shopify and copy the API secret key and paste it in “API Secret Key” field in n8n → Go back to Shopify’s app settings → Configuration → Edit the Admin API access scopes and select the API scopes you need.

I’m not sure what changed but it just started working for me sometime after this post. Thanks for the help.