What problem does it solve?
This Skill removes the friction of manually working through Shopify Admin to manage products, orders, customers, inventory, and metafields by letting you call Shopify’s GraphQL APIs directly.
Core Features & Use Cases
- Admin GraphQL via curl: List and search products, fetch detailed records, and run mutations like product creation and variant updates.
- Orders, Customers, and Metafields: Retrieve recent orders and shipping details, search/create customers, and read/write metafields and metaobjects.
- Inventory management: Adjust or set inventory quantities per location using inventory adjustment mutations.
- Storefront GraphQL (read-only): Run customer-facing read queries with the correct storefront token and headers.
- Bulk operations and webhooks: Use bulk queries for large exports and subscribe to events to avoid polling.
Quick Start
Use the Shopify Admin GraphQL endpoint with curl to fetch your first 20 active products by search query.