What problem does it solve? Working with Shopify stores programmatically usually requires SDKs, app frameworks, or navigating the legacy REST API. This Skill lets you operate a Shopify store directly through the GraphQL Admin and Storefront APIs using curl, covering products, orders, customers, inventory, metafields, bulk operations, and webhooks. ## Core Features & Use Cases - Product & Catalog Management: Search, paginate, create, and update products and variants with bulk mutations like productVariantsBulkCreate and productVariantsBulkUpdate. - Orders, Customers & Inventory: Query recent orders with filters, manage customers, and adjust or set inventory quantities per location using inventoryAdjustQuantities and inventorySetQuantities. - Bulk Operations & Webhooks: Run bulkOperationRunQuery for full catalog dumps as JSONL, and subscribe to events like ORDERS_CREATE with HMAC verification. - Use Case: A merchant asks to find all active hoodies, raise their prices by 10%, and export the full product catalog. The Skill searches products with query filters, updates variant prices in bulk, and starts a bulk operation to download the catalog as JSONL. ## 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.