Shopify Connection
Connect Shopify to manage products, orders, and customers.
Required Credentials
- Shop Domain (your Shopify store URL)
- Access Token (Admin API access token)
Setup Steps
Custom App (Recommended)
- Go to your Shopify Admin
- Navigate to Settings → Apps and sales channels
- Click "Develop apps" → "Create an app"
- Name your app
- Click "Configure Admin API scopes"
- Select required scopes:
read_orders,write_ordersread_products,write_productsread_customers,write_customers
- Click "Save" then "Install app"
- Copy the Admin API access token
- Note your shop domain (e.g.,
your-store.myshopify.com) - Add credentials to your Workflow Builder connections
Features
- List and get orders
- Create and update products
- Manage customers
- Track inventory
- Process fulfillments
Best Practices
- Use minimal required scopes
- Handle pagination for large datasets
- Monitor API rate limits (2 requests per second)
- Use webhooks for real-time updates