shopify-admin-order-lookup-and-summary

Retrieves Shopify order details by number, email, or phone via GraphQL queries.

174|18|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-order-lookup-and-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify-admin-order-lookup-and-summary
Source: https://github.com/40RTY-ai/shopify-admin-skills/tree/main/skills/customer-support/shopify-admin-order-lookup-and-summary
Command: npx skills add https://github.com/40RTY-ai/shopify-admin-skills --skill shopify-admin-order-lookup-and-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of manually hunting down a customer’s order details in Shopify when support needs a fast, accurate summary of status, fulfillment, tracking, and any refunds.

Core Features & Use Cases

  • Order lookup by key identifiers: Retrieve orders by order number, email, or phone so support can respond to customer questions without UI navigation.
  • Single-call comprehensive summary: Pull financial status, fulfillment status, line items (including SKU and price), shipping address, tracking info, order notes/tags, and refunds.
  • Flexible output formats: Produce either human-readable summaries for agents or JSON for downstream tooling or logs.

Quick Start

Ask the skill to retrieve and summarize the order(s) for [email protected] and return the results in human-readable form.

Frequently Asked Questions about shopify-admin-order-lookup-and-summary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up a Shopify order by email or phone for customer support?

To look up a Shopify order by email or phone, you query the Shopify GraphQL orders endpoint with validated parameters to retrieve a structured order object containing financial status, fulfillment tracking, and line items. This reduces manual navigation and support lookup time.

What is the best way to get a complete Shopify order summary including refunds and tracking?

The best way to get a complete Shopify order summary is to use a single GraphQL query that pulls financial status, fulfillment status, line items with SKUs, shipping addresses, tracking info, and refunds into a comprehensive, structured order object.

Can I retrieve Shopify order details and output them as JSON for downstream tooling?

Yes, you can retrieve Shopify order details and output them as JSON. The lookup process supports flexible output formats, allowing you to produce JSON for downstream tooling and logs or human-readable summaries for support agents.

Does this Shopify order lookup method require write access to modify order data?

No, this Shopify order lookup method does not require write access. It satisfies read-only requirements by querying the Shopify GraphQL orders endpoint to retrieve data, ensuring that order status, fulfillment, and refund information cannot be accidentally modified.

What specific order details are returned when checking Shopify fulfillment status?

When checking Shopify fulfillment status, the returned details include financial and fulfillment status, line items with SKU and price, shipping address, tracking information, order notes, tags, and any associated refunds for the specific customer.

Why does my Shopify order lookup fail when searching with partial customer information?

Shopify order lookup requires validated lookup parameters such as a complete order number, email, or phone. Using partial customer information may fail the GraphQL query validation, preventing the retrieval of the structured order object and associated tracking data.