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
const QUERY_ORDERS = `
query orders($first: Int!, $query: String, $after: String) {
Related skills