# Shopify MCP Server Configuration
# Copy this file to .env and fill in your credentials
# Your Shopify store domain (e.g., my-store.myshopify.com)
MYSHOPIFY_DOMAIN=your-store.myshopify.com
# Your Shopify Admin API access token
# Create a custom app in Shopify Admin > Settings > Apps and sales channels > Develop apps
SHOPIFY_ACCESS_TOKEN=shpat_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Required scopes for full functionality:
# - read_products, write_products
# - read_customers, write_customers
# - read_orders, write_orders
# - read_reports (for ShopifyQL analytics)
# - read_inventory (for inventory levels)
# - read_locations (for location data)