Environment Variables
Required and optional environment variables for Vercel Shop.
Required
| Variable | Description |
|---|---|
SHOPIFY_STORE_DOMAIN | Your Shopify store domain, e.g. your-store.myshopify.com. Found in Settings → Domains in your Shopify admin. |
SHOPIFY_STOREFRONT_ACCESS_TOKEN | Public Storefront API access token. Found in Settings → Apps and sales channels → Headless. |
NEXT_PUBLIC_SITE_NAME | The name displayed in your storefront's header and metadata. |
Optional
| Variable | Description |
|---|---|
SHOPIFY_STOREFRONT_PRIVATE_TOKEN | Private Storefront API token for server-side requests. Enables higher rate limits and access to draft content. |
SHOPIFY_CUSTOMER_ACCOUNT_URL | Customer Account API URL. Required when using the enable-shopify-auth skill. |
SHOPIFY_CUSTOMER_CLIENT_ID | Customer Account API client ID. Required when using the enable-shopify-auth skill. |
SHOPIFY_CUSTOMER_CLIENT_SECRET | Customer Account API client secret. Required when using the enable-shopify-auth skill. |