fetch-shopify-schema

Inspect live Shopify GraphQL schemas for Storefront and Customer Account types.

45|12|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/vercel/shop --skill fetch-shopify-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-shopify-schema
Source: https://github.com/vercel/shop/tree/main/packages/plugin/skills/fetch-shopify-schema
Command: npx skills add https://github.com/vercel/shop --skill fetch-shopify-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides authoritative, up-to-date Shopify GraphQL schema details for Vercel Shop by leveraging the live API schemas rather than local snapshots.

Core Features & Use Cases

  • Live schema inspection: use the Shopify AI Toolkit plugin to view Storefront and Customer Account types and fields.
  • Schema-guided development: verify available fields when designing GraphQL queries or mutations.
  • Debug and validate: confirm type relationships and argument requirements during integration work.

Quick Start

Install the Shopify AI Toolkit plugin, then query the live Storefront and Customer Account schemas to begin exploring available types and fields.

Frequently Asked Questions about fetch-shopify-schema

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect live Shopify GraphQL schemas for Storefront and Customer Account APIs?

Inspect live Shopify GraphQL schemas by using the Shopify AI Toolkit plugin to view current Storefront and Customer Account types and fields, ensuring you query the live API rather than relying on local snapshots.

Why does my local Shopify GraphQL schema snapshot show outdated type information?

Local Shopify GraphQL schema snapshots become outdated because the live API evolves. Query the live Storefront and Customer Account schemas through the Shopify AI Toolkit plugin to get authoritative, up-to-date type information and field availability.

What is the best way to debug Shopify GraphQL schema errors during Vercel Shop integration?

Debug Shopify GraphQL schema errors by querying the live schema via the Shopify AI Toolkit plugin to confirm type relationships and argument requirements, validating API capabilities against the actual Storefront and Customer Account endpoints.

Do I need the Shopify AI Toolkit plugin to verify available fields when designing Shopify GraphQL queries?

Yes, you need the Shopify AI Toolkit plugin installed to verify available fields when designing Shopify GraphQL queries, as it serves as the source of truth for live Storefront and Customer Account schema inspection.

Can I validate Shopify Customer Account API type relationships without committing a local schema?

You can validate Shopify Customer Account API type relationships without a local schema by applying the live schema inspection skill, which queries the live API directly through the Shopify AI Toolkit plugin to confirm current types and arguments.

When should I avoid using local schema snapshots for Shopify Storefront API development?

Avoid using local schema snapshots for Shopify Storefront API development whenever you are designing queries or debugging schema errors, as live inspection through the Shopify AI Toolkit plugin provides the authoritative, up-to-date field availability.