shopify-core-workflow-b

Featured

Manage Shopify orders, customers, and fulfillments using the GraphQL Admin API. Use when querying orders, processing fulfillments, managing customers, or building order management integrations. Trigger with phrases like "shopify orders", "shopify customers", "shopify fulfillment", "process shopify order", "shopify checkout".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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-auth` setup - 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 ```typescript const QUERY_ORDERS = ` query orders($first: Int!, $query: String, $after: String) { orders(first: $first, query: $query, after: $after, sortKey: CREATED_AT, reverse: true) { edges { node { id name # "#1001" createdAt displayFinancialStatus # PAID, PENDING, REFUNDED, etc. displayFulfillmentStatus # FULFILLED, UNFULFILLED, PARTIALLY_FULFILLED totalPriceSet { shopMoney { amount currencyCode } } customer { id displayName email } lineItems(first: 10) { edges { node { title quantity variant { id sku price } originalTotalSet { shopMoney { amount currencyCode } } } } ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

shopify-core-workflow-a

Manage Shopify products, variants, and collections using the GraphQL Admin API. Use when creating, updating, or querying products, managing inventory, or building product catalog integrations. Trigger with phrases like "shopify products", "create shopify product", "shopify variants", "shopify collections", "shopify inventory".

2,266 Updated today
jeremylongshore
AI & Automation Solid

shopify-products

Create and manage Shopify products via the Admin API. Workflow: gather product data, choose method (API or CSV), execute, verify. Use when adding products, bulk importing, updating variants, managing inventory, uploading product images, or assigning products to collections.

809 Updated 2 weeks ago
jezweb
Data & Documents Solid

shopify-customer

The Customer Account API allows customers to access their own data including orders, payment methods, and addresses.

352 Updated 2 days ago
Shopify
AI & Automation Featured

shopify-performance-tuning

Optimize Shopify API performance with GraphQL query cost reduction, bulk operations, caching strategies, and Storefront API for high-traffic storefronts. Trigger with phrases like "shopify performance", "optimize shopify", "shopify slow", "shopify caching", "shopify bulk operation", "shopify query cost".

2,266 Updated today
jeremylongshore
AI & Automation Featured

shopify-migration-deep-dive

Migrate e-commerce data to Shopify using bulk operations, product imports, and the strangler fig pattern for gradual platform migration. Trigger with phrases like "migrate to shopify", "shopify data migration", "import products shopify", "shopify replatform", "move to shopify".

2,266 Updated today
jeremylongshore