Skip to content

Shopify Connection

Connect to Shopify to manage products, orders, customers, and other store resources via the Admin API.

Configuration

FieldDescriptionRequired
Store DomainYour Shopify store domain (e.g., mystore.myshopify.com)Yes
Client IDApp client ID from the Dev DashboardYes
Client SecretApp client secret from the Dev DashboardYes

Getting Your Credentials

  1. Go to the Shopify Dev Dashboard and create or select your app
  2. Under Configuration, select the Admin API scopes your workflows need (e.g., read_products, write_orders)
  3. Install the app on your store
  4. 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.