Shopify Store Setup
Connect your Shopify store in a few simple steps
How to get your access token and domain:
- Go to your Shopify admin panel
- Navigate to Apps → App and sales channel settings
- Click "Develop apps"
- Create a new private app
- Enable required API permissions:
- read_products
- read_orders
- read_customers
- write_webhooks (for order notifications)
- Copy the Admin API access token
- Your store domain is visible in your browser URL (e.g., your-store.myshopify.com)
Note: Make sure your private app has webhook permissions enabled to receive order notifications.