What problem does it solve?
Shopify Admin and Storefront operations often require juggling endpoints, authentication details, and GraphQL error handling, which makes it hard to reliably list, update, and troubleshoot commerce workflows from the command line.
Core Features & Use Cases
- Shopify Admin GraphQL via curl: List products, orders, customers, inventory levels, and metafields using a custom-app access token and the required request/response structure.
- Inventory and stock adjustments: Read inventory item availability per location and apply delta or absolute quantity changes safely.
- Storefront GraphQL read-only: Query customer-facing product data using the separate storefront endpoint and token/header model.
- Use case: Pull the last paid orders (with line items and totals) and then fetch specific products with variants and metafields for downstream fulfillment and customer support.
Quick Start
Ask Zeus to list the first 20 active products from your Shopify store using your saved SHOPIFY_ACCESS_TOKEN and SHOPIFY_STORE_DOMAIN, returning the results in JSON formatted for jq.