Shopify
Sync data from your Shopify store.
Configuration
| Field | Required | Description |
|---|---|---|
shop_url | Yes | Your Shopify store URL (e.g., myshop.myshopify.com) |
access_token | Yes | Admin API access token (shpat_xxx) |
Synced Resources
- Orders - All orders including cancelled and archived
- Products - Products with variants and images
- Customers - Customer profiles and addresses
- Collections - Custom and smart collections
Incremental sync uses the updated_at field to only fetch records modified since the last sync.
Setup
- Go to Shopify Admin > Settings > Apps and sales channels
- Click "Develop apps" > "Create an app"
- Configure Admin API scopes: read_orders, read_products, read_customers, read_inventory
- Install the app and copy the Admin API access token