Skip to main content
Products, orders and customers. What a store actually sells, which is what its pages should lead with.

Connecting

In the dashboard, open Connectors, find Shopify and press Connect. You will be sent to sign in; the connection is saved once that succeeds.

What you will need

Getting the credential

  1. Create or open your app in the Shopify Partner Dashboard
  2. Configure the app URL and redirect URL
  3. Select Admin API scopes:
    • read_products, write_products - Product management
    • read_orders, write_orders - Order management
    • read_customers, write_customers - Customer management
    • read_inventory, write_inventory - Inventory management
    • read_fulfillments, write_fulfillments - Fulfillment management
  4. Start OAuth for the target shop and exchange the authorization code for an Admin API access token

Notes

  • The shop name is the xxx.myshopify.com subdomain, not the custom domain a visitor sees.
  • A custom app’s Admin API scopes decide what is visible; products and orders are separate scopes.

What an agent can do with it

Useful resources