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
- Create or open your app in the Shopify Partner Dashboard
- Configure the app URL and redirect URL
- Select Admin API scopes:
read_products, write_products- Product managementread_orders, write_orders- Order managementread_customers, write_customers- Customer managementread_inventory, write_inventory- Inventory managementread_fulfillments, write_fulfillments- Fulfillment management
- 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.comsubdomain, not the custom domain a visitor sees. - A custom app’s Admin API scopes decide what is visible; products and orders are separate scopes.