| name | clawpify |
| description | Query and manage Shopify stores via GraphQL Admin API. Use for products, orders, customers, inventory, discounts, and all Shopify data operations. |
Shopify GraphQL Admin API
How to Use
- Use
load_skill_reference to load the relevant reference FIRST
- Use
shopify_graphql to execute queries based on the loaded reference
- Check for
errors and userErrors in responses
- Format all IDs as:
gid://shopify/Resource/123
Critical Operations Requiring Permission
IMPORTANT: Before executing any of the following, you MUST ask for explicit user permission:
- Refunds, order cancellations, gift card deactivation
- Inventory adjustments, product deletions, discount activations
Always show what will be changed and wait for confirmation.
Available References
Load the reference for your domain using load_skill_reference before writing queries:
Store: shop | locations | markets
Catalog: products | collections | inventory
Sales: orders | draft-orders | fulfillments | refunds
Customers: customers | segments | gift-cards
Pricing: discounts | subscriptions
Content: pages | blogs | menus | translations | files
Custom data: metafields
Automation: webhooks | bulk-operations
Growth: marketing | shipping
Documents: docx | pdf | pdf-forms | pdf-reference | pptx | pptx-editing | pptx-creating | xlsx