shopify-core-workflow-b
Installation
SKILL.md
Shopify Orders & Customer Management
Overview
Secondary core workflow: manage orders, customers, and fulfillments. Query order data, process fulfillments, and handle customer records through the GraphQL Admin API.
Prerequisites
- Completed
shopify-install-authsetup - Access scopes:
read_orders,write_orders,read_customers,write_customers,read_fulfillments,write_fulfillments - Familiarity with
shopify-core-workflow-a(products)
Instructions
Step 1: Query Orders
Query orders with financial/fulfillment status filters, line items, customer data, and shipping addresses. Uses Shopify query syntax (financial_status:paid, fulfillment_status:unfulfilled, name:#1001, etc.).
See Query Orders for the complete query with pagination and query syntax examples.