What problem does it solve? Managing a Shopify store programmatically usually requires SDKs or app frameworks; this Skill lets you work with products, orders, customers, inventory, and metafields directly through GraphQL API calls using only curl and an access token. ## Core Features & Use Cases - Product & Catalog Management: Search, paginate, create, and update products and variants via the GraphQL Admin API, including bulk variant mutations. - Orders, Customers & Inventory: Pull recent orders with filters, manage customer records, and adjust or set inventory quantities per location. - Advanced Operations: Run bulk operations for large data dumps, subscribe to webhooks with HMAC verification, and read/write metafields and metaobjects. - Use Case: A merchant asks to list all paid orders from last week, check stock levels for a low-inventory SKU, and update its price — all handled with direct GraphQL queries against the shop's admin endpoint. ## Quick Start Set SHOPIFY_ACCESS_TOKEN and SHOPIFY_STORE_DOMAIN in your environment, then ask the agent to list the 20 most recent paid orders from your Shopify store.