What problem does it solve?
This Skill helps you access Shopify Admin and Storefront data from the command line without an SDK, so you can read, create, and update products, orders, customers, inventory, and metafields reliably.
Core Features & Use Cases
- Shopify Admin GraphQL via curl + jq: Use Shopify GraphQL endpoints with correct headers and JSON payloads, including mutations and error checking.
- Admin vs Storefront GraphQL separation: Perform private read/write admin work while using storefront tokens for public, customer-facing reads.
- Practical workflows: Product search/pagination, fetching full product details with variants/metafields, order lookup, customer CRUD, inventory adjustments, and metafields read/write.
Quick Start
Use the shopify skill to fetch the first 20 active products by running the prompt: "List 20 active Shopify products with id, title, handle, total inventory, and first 5 variants (id, sku, price, inventoryQuantity)."