shopify

Manage Shopify store operations via the GraphQL Admin API.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill shopify-brittaniebuffiecsu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify
Source: https://github.com/brittaniebuffiecsu/zerogravityclaw/tree/main/src/hermes-core/optional-skills/productivity/shopify
Command: npx skills add https://github.com/brittaniebuffiecsu/zerogravityclaw --skill shopify-brittaniebuffiecsu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines Shopify store management by providing a command-line interface to interact with the Shopify Admin and Storefront GraphQL APIs, enabling users to handle products, orders, customers, and inventory without the need for SDKs or app frameworks.

Core Features & Use Cases

  • Product Management: List, search, and manage products and variants.
  • Order Processing: Fetch and manage orders, apply order updates.
  • Customer Management: Retrieve and manage customer information.
  • Inventory Control: Track and adjust inventory levels.
  • Use Case: Quickly update product prices and stock levels across your entire store by querying and modifying product variants using the GraphQL API.

Quick Start

Use the shopify skill to update the price of a product with ID 'gid://shopify/Product/1234567890123' to $29.99.

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 operations using the GraphQL Admin API?

You can manage Shopify store operations by sending JSON requests to the GraphQL Admin API to handle product updates, order processing, customer data retrieval, and inventory tracking.

How do I update product prices and stock levels with Shopify GraphQL APIs?

Update product prices and stock levels by querying and modifying product variants through the Shopify GraphQL Admin API, sending JSON payloads to adjust variant data without needing SDKs.

Do I need an Admin API access token to process Shopify orders via GraphQL?

Yes, processing Shopify orders via GraphQL requires an Admin API access token with specific permissions to authenticate JSON requests and fetch or update order data.

Can I manage Shopify inventory and customer data without using app frameworks?

Yes, you can manage Shopify inventory and customer data by interacting directly with the GraphQL Admin API via command-line scripts, bypassing the need for app frameworks or SDKs.

What dependencies are needed to interact with the Shopify GraphQL API?

Interacting with the Shopify GraphQL API requires curl to execute HTTP requests and jq to parse the JSON responses returned from the store operations.

Does the Shopify GraphQL API support order management and product updates across multiple platforms?

Yes, the Shopify GraphQL API supports order management and product updates across multiple platforms by handling standard JSON requests and responses for ecommerce operations.

Related Skills