Shopify Connection
Connect to Shopify to manage products, orders, customers, and other store resources via the Admin API.
Configuration
| Field | Description | Required |
|---|---|---|
| Store Domain | Your Shopify store domain (e.g., mystore.myshopify.com) | Yes |
| Client ID | App client ID from the Dev Dashboard | Yes |
| Client Secret | App client secret from the Dev Dashboard | Yes |
Getting Your Credentials
- Go to the Shopify Dev Dashboard and create or select your app
- Under Configuration, select the Admin API scopes your workflows need (e.g.,
read_products,write_orders) - Install the app on your store
- Go to your app's Settings page and copy the Client ID and Client Secret
TIP
Tokens are exchanged automatically behind the scenes using the client credentials grant. You only need to provide the Client ID and Client Secret — the connection handles token refresh automatically.
Usage
Once created, this connection becomes available in:
- Shopify — manage products, orders, customers, and inventory
Important
The client credentials flow only works for apps installed on stores owned by the same organization. If you need to connect to a store in a different organization, use the authorization code flow instead.