shopify

Retrieve Shopify order status, shipment tracking, and product catalog data via the Admin REST API.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/uriva/p2b-skills --skill shopify-uriva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify
Source: https://github.com/uriva/p2b-skills/tree/main/shopify
Command: npx skills add https://github.com/uriva/p2b-skills --skill shopify-uriva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill removes the need for manual dashboard navigation by providing direct, automated access to Shopify store data, allowing for faster customer support and inventory management.

Core Features & Use Cases

  • Order Status Tracking: Instantly retrieve financial and fulfillment status for any order using its ID.
  • Logistics Lookup: Fetch tracking numbers, carrier details, and direct tracking URLs for customer shipments.
  • Catalog Querying: Search and filter product catalog items with price constraints and free-text queries.
  • Use Case: A support agent can use this skill to quickly verify if a customer's order has shipped and provide the tracking link without leaving the chat interface.

Quick Start

Use the shopify skill to get the tracking information for order number 1001 from my store.

Frequently Asked Questions about shopify

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

FAQPage Schema
How do I retrieve Shopify order tracking information using an API?

You can retrieve Shopify order tracking by sending secure outbound requests to the Shopify Admin REST API, which returns financial status, fulfillment status, tracking numbers, and carrier details for a specific order ID.

Can I search my Shopify product catalog with price constraints?

Yes, you can query the Shopify Admin REST API using free-text search terms and price constraints to instantly filter and retrieve matching product catalog items from your store.

Do I need a Shopify access token to automate order status lookups?

Yes, automating Shopify order status lookups requires a valid SHOPIFY_ACCESS_TOKEN and your store domain to authenticate and execute secure outbound requests to the Shopify platform via the Admin REST API.

What is the best way to check if a customer's Shopify order has shipped?

The best way to check if a customer's Shopify order has shipped is to query the Shopify Admin REST API with the order ID, which instantly retrieves the fulfillment status, tracking number, and carrier details.

Does automated Shopify data retrieval work for customer support without dashboard access?

Yes, automated Shopify data retrieval works without dashboard navigation by interacting directly with the Shopify Admin REST API to fetch order status and shipment tracking, enabling customer support agents to verify orders within their chat interface.