with one click
fetch-shopify-schema
// Use Shopify AI Toolkit to inspect live Storefront and Customer Account GraphQL schemas for Vercel Shop work.
// Use Shopify AI Toolkit to inspect live Storefront and Customer Account GraphQL schemas for Vercel Shop work.
Enable next-intl-based i18n in the shop template — locale-prefixed URLs, per-locale message catalogs, and a locale switcher. Use when the user wants "locale URLs", "multi-language", or "i18n" without Shopify Markets integration. For full Shopify Markets multi-region commerce (region-aware pricing, inventory, payments), use `enable-shopify-markets` instead — this skill is the routing/i18n layer only.
Wire Shopify metaobjects as the CMS for homepage and marketing page content. Adds GraphQL queries for cms_homepage and cms_page metaobject types and transforms them into domain types.
Replace the hardcoded nav and footer menus with Shopify-powered menus.
Reference Vercel Shop GraphQL patterns, fragments, cache conventions, and transforms for any Shopify GraphQL work in the template.
Enable Shopify Markets with multi-locale routing using next-intl. Use when the user wants to add internationalization, multi-locale support, locale-prefixed URLs, or Shopify Markets. Supports sub-path and per-domain routing strategies.
Add Vercel Analytics, Vercel Speed Insights, and Google Tag Manager to the storefront.
| name | fetch-shopify-schema |
| description | Use Shopify AI Toolkit to inspect live Storefront and Customer Account GraphQL schemas for Vercel Shop work. |
Use this skill when you need authoritative Shopify GraphQL schema details while working on Vercel Shop. The schema source of truth is the installed Shopify/shopify-ai-toolkit plugin, not committed snapshot files in the repo.
shopify-ai-toolkit as the schema source of truthShopify/shopify-ai-toolkit plugin to inspect the live schema for the relevant API..graphql snapshots.Never treat the Storefront API and Customer Account API schemas as interchangeable.
/vercel-shop:shopify-graphql-reference for the template's GraphQL patterns: file placement, fragments, locale context, caching, and transforms.npx plugins add Shopify/shopify-ai-toolkit --scope project --yes
.claude/schemas, checked-in schema snapshots, or other agent-only schema caches to the template./vercel-shop:shopify-graphql-reference for template conventions after the live schema check.shopify-ai-toolkit to inspect the live Customer Account schemaCustomer type and confirm the fields and nested objects/vercel-shop:shopify-graphql-reference if you need to place a new operation in the template