14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
# Shopify MCP Server Configuration
|
|
|
|
# Your Shopify store name (without .myshopify.com)
|
|
SHOPIFY_STORE=your-store-name
|
|
|
|
# Shopify Admin API access token (create in Settings > Apps and sales channels > Develop apps)
|
|
SHOPIFY_ACCESS_TOKEN=shpat_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
|
|
|
|
# Optional: API version (defaults to 2024-01)
|
|
# SHOPIFY_API_VERSION=2024-01
|
|
|
|
# Optional: Enable debug logging
|
|
# DEBUG=true
|