Settings
Manage application settings and configurations
Shopify Settings
Data Management
Shopify Integration
To connect to Shopify, you need to create a Private App in your Shopify admin:
- Go to Settings → Apps and sales channels → Develop apps
- Click "Create an app"
- Name your app (e.g., "Inventory Manager")
- Click "Configure Admin API scopes"
- Required scopes:
- read_orders - Basic order access (last 60 days only)
- read_all_orders - ⚠️ CRITICAL: Access to ALL orders (not just last 60 days)
- read_products - Product and variant information
- Click "Save" and then "Install app"
- ⚠️ Important: After installing, you may need to approve the scopes. Click "Review scopes" if prompted and approve them.
- Copy the API key and API password shown
Missing Orders? Check Your Scopes!
By default, Shopify only exposes orders from the last 60 days. To see ALL orders, you must enable the read_all_orders scope. Without this scope, you will only see orders from the past 60 days.
