How to connect Shopify via the Accounts Integration interface
Enter Account Details:
1- Account Name:
Enter a distinctive name for this connection, e.g., My Shopify Store.
2- API Token:
Obtain your store’s API token from the Shopify dashboard, then enter it here. This token allows the system to securely access your store data.
3- Webhook Secret:
Enter your Webhook secret, which is used to verify that messages or updates coming from Shopify are authentic and secure.
4- Store Name:
Enter your store name exactly as registered in Shopify.
Save and Connect the Account:
After filling in all fields accurately, click the Add New Account button (green) to complete the connection.
Verify Connected Accounts:
Once connected, your Shopify account will appear under the Connected Accounts list on the left.
Delete Connection (Optional):
If you want to remove the Shopify connection, select the account from the Connected Accounts list, then click the Delete Account button (red).
Obtain the API Token (Admin API Access Token)
Step 1: Go to App development
From the sidebar menu in Shopify Admin:
Apps and sales channels → App development
As shown by the arrow in the image
Step 2: Click "Create an app"
A window will appear:
- Choose a name for the app (e.g., “My Custom App”)
- Click Create app
Step 3: Grant permissions to the app
After creating the app:
- Go to Configuration
- Select Admin API integration
- Click Configure
- Enable the required permissions (products, orders, customers… depending on your
needs) - Click Save
Step 4: Generate the Access Token
After saving:
- Go to API credentials
- Under the Admin API section, click: “Install app” (to install the app)
- After the installation, a button will appear: “Reveal token once”
- Click it → your Admin API access token will appear
⚠️ Save it immediately, as it will not be shown again.

Obtain the Webhook Secret (Signing Secret)
Step 1: From the app page
After creating the app:
- Go to API credentials.
Step 2: In the "Webhook" section
- You will find a value named: Webhook signing secret.
- Click “Copy” to save it.
This is the value required to verify the Webhook in your app.

Obtain the Store Name
The store name is the domain of your Shopify admin panel.
How to find it:
- You can see it at the top left, as shown in the image.

