shopify

Manage Shopify stores via GraphQL API operations.

1|1|Updated May 9, 2026
One-click install
npx skills add https://github.com/ldzhhxx/Hermes_offline_v2 --skill shopify-ldzhhxx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify
Source: https://github.com/ldzhhxx/Hermes_offline_v2/tree/main/hermes-agent/optional-skills/productivity/shopify
Command: npx skills add https://github.com/ldzhhxx/Hermes_offline_v2 --skill shopify-ldzhhxx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies working with Shopify stores by providing a direct interface to their GraphQL APIs via curl, enabling users to perform various operations such as product management, order handling, customer management, and inventory tracking without needing to write complex SDK code.

Core Features & Use Cases

  • Shop Operations: Manage products, inventory, orders, customers, and metafields directly through the Shopify Admin and Storefront GraphQL APIs.
  • Product Management: Create, update, and delete products with full control over their variants and metafields.
  • Order Handling: Retrieve, update, and cancel orders, including fetching shipping addresses and line items.
  • Customer Management: Search for and create customers, retrieve customer information, and manage customer-related data.
  • Inventory Tracking: Monitor inventory levels, update stock quantities, and track shipments.
  • Use Case: Automatically create and manage customer orders based on custom conditions and rules directly within the Shopify store.

Quick Start

To fetch information about your products, use the following command:

shop_gql '{ shop { name myshopifyDomain primaryDomain { url } currencyCode plan { displayName } } }'

Frequently Asked Questions about shopify

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

FAQPage Schema
How do I manage Shopify store inventory and products using GraphQL?

You can manage Shopify store inventory and products by sending GraphQL API operations to retrieve information, update stock quantities, and handle product variants directly without writing complex SDK code.

Can I automate customer and order handling for my ecommerce store via API?

Yes, you can automate customer and order handling by executing GraphQL commands to search for customers, retrieve order shipping addresses, update line items, and cancel orders based on custom rules.

What do I need to start executing Shopify GraphQL API queries?

To start executing Shopify GraphQL API queries, you need a valid Shopify access token and your specific shop domain to authenticate and route your store management commands successfully.

Does this approach require installing a dedicated Shopify SDK?

No, this approach does not require installing a dedicated Shopify SDK because it interfaces directly with the Admin and Storefront GraphQL APIs using standard command-line tools to execute operations.

What is the best way to update metafields across Shopify store operations?

The best way to update metafields across Shopify store operations is through direct GraphQL API commands, which provide full control over product, customer, and inventory data without needing SDK wrappers.