What problem does it solve?
This Skill simplifies working with Shopify stores by providing a direct interface to their GraphQL APIs via curl, enabling users to perform various operations such as product management, order handling, customer management, and inventory tracking without needing to write complex SDK code.
Core Features & Use Cases
- Shop Operations: Manage products, inventory, orders, customers, and metafields directly through the Shopify Admin and Storefront GraphQL APIs.
- Product Management: Create, update, and delete products with full control over their variants and metafields.
- Order Handling: Retrieve, update, and cancel orders, including fetching shipping addresses and line items.
- Customer Management: Search for and create customers, retrieve customer information, and manage customer-related data.
- Inventory Tracking: Monitor inventory levels, update stock quantities, and track shipments.
- Use Case: Automatically create and manage customer orders based on custom conditions and rules directly within the Shopify store.
Quick Start
To fetch information about your products, use the following command:
shop_gql '{ shop { name myshopifyDomain primaryDomain { url } currencyCode plan { displayName } } }'