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, customers, inventory, and metafields directly through GraphQL API calls with nothing but curl and an access token. ## Core Features & Use Cases - Product & Catalog Management: Search, paginate, create, and update products and variants via GraphQL Admin API mutations. - Orders, Customers & Inventory: Pull recent orders with filters, manage customers, and adjust or set inventory quantities per location. - Bulk Operations & Webhooks: Run bulk query exports for large catalogs and subscribe to webhook events like ORDERS_CREATE with HMAC verification. - Use Case: Ask the agent to list all paid orders from the last week, then update the price of a specific product variant — it constructs the correct GraphQL queries, handles GID identifiers, checks userErrors, and respects rate-limit cost budgets. ## Quick Start Ask the agent to list the 20 most recent paid orders from your Shopify store using the configured access token.