shopify
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name SHOPIFY_TOKEN or zero doctor check-connector --url "https://$SHOPIFY_SHOP.myshopify.com/admin/api/2025-01/shop.json" --method GET.
Authentication
All requests use a long-lived Admin API access token from a Shopify custom app. The token is passed via the X-Shopify-Access-Token header.
X-Shopify-Access-Token: $SHOPIFY_TOKEN
Environment Variables
| Variable | Description |
|---|---|
SHOPIFY_TOKEN |
Admin API access token (starts with shpat_) |
SHOPIFY_SHOP |
Store subdomain only — for acme.myshopify.com set this to acme |