What problem does it solve? Managing a Shopify store programmatically usually requires an SDK or app framework; this Skill lets you work with products, orders, inventory, customers, 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 through the Admin GraphQL API. - Orders, Customers & Inventory: Pull recent orders, manage customers, and adjust or set inventory quantities per location. - Bulk Operations & Webhooks: Run bulk query exports for large datasets and subscribe to webhook events like ORDERS_CREATE. - Use Case: Ask the agent to list the 20 most recent paid orders with line items, or to set a variant's stock to 100 at a specific location, and it executes the correct GraphQL mutation with proper error checking. ## Quick Start Use the shopify skill to list my store's 20 most recent paid orders with their line items and totals.