What problem does it solve? Managing a Shopify store through AI assistants requires a bridge to the Shopify Admin API. This Skill provides an MCP server that exposes 40 typed tools for products, orders, customers, inventory, and metafields, so Claude Desktop can perform store operations through natural language. ## Core Features & Use Cases - Store Resource Management: List, create, update, and delete products, customers, and orders via Shopify Admin GraphQL API with Zod-validated inputs. - Flexible Authentication: Supports static access tokens and OAuth client-credentials flow, with optional Redis token caching and automatic refresh. - Inventory & Metafields: Set inventory quantities per location and manage metafields on any Shopify resource. - Use Case: Ask Claude to list all unfulfilled orders created this month, then fulfill a specific order with USPS tracking information, all through MCP tool calls. ## Quick Start Set up the Shopify MCP server with my store domain and OAuth credentials so Claude can list my active products.