You can use these credentials to authenticate the following nodes with Shopify.
Refer to Shopify’s authentication documentation for more information about the service.
To configure this credential, you’ll need a Shopify admin account and:
To set up the credential, you’ll need to create and install a custom app:
Enter your Shop Subdomain.
https://<subdomain>.myshopify.com
.In Shopify, go to Admin > Settings > Apps and sales channels.
Select Develop apps.
Select Create a custom app.
If you don’t see this option, your store probably doesn’t have custom app development enabled. Refer to Enable custom app development for more information.
In the modal window, enter the App name.
Select an App developer. The app developer can be the store owner or any account with the Develop apps permission.
Select Create app.
Select Select scopes. In the Admin API access scopes section, select the API scopes you want for your app.
read_orders
, write_orders
, read_products
, and write_products
scopes.Select Save.
Select Install app.
In the modal window, select Install app.
Open the app’s API Credentials section.
Copy the Admin API Access Token. Enter this in your credential as the Access Token.
Copy the API Secret Key. Enter this in your credential as the APP Secret Key.
Refer to Creating a custom app and Generate access tokens for custom apps in the Shopify admin for more information on these steps.
To configure this credential, you’ll need a Shopify partner account and:
To set up the credential, you’ll need to create and install a custom app:
Shopify provides templates for creating new apps. The instructions below only cover the elements necessary to set up your credential. Refer to Shopify’s Build dev docs for more information on building apps and working with app templates.
https://<subdomain>.myshopify.com
.Shopify no longer generates API keys with passwords. Use the Access token method instead.
To configure this credential, you’ll need:
https://<subdomain>.myshopify.com
.Here are some common issues setting up the Shopify credential and steps to resolve or troubleshoot them.
If you don’t see the option to Create a custom app, no one’s enabled custom app development for your store.
To enable custom app development, you must log in either as a store owner or as a user with the Enable app development permission:
If you get a Couldn’t connect with these settings / Forbidden - perhaps check your credentials warning when you test the credentials, this may be due to your app’s access scope dependencies. For example, the read_orders
scope also requires read_products
scope. Review the scopes you have assigned and the action you’re trying to complete.