shopify

Manage Shopify store data through GraphQL API requests.

Updated May 14, 2026
One-click install
npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill shopify-sethypagna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shopify
Source: https://github.com/SethyPagna/Secretary-Jarvis/tree/main/src/capabilities/optional-skills/productivity/shopify
Command: npx skills add https://github.com/SethyPagna/Secretary-Jarvis --skill shopify-sethypagna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of managing Shopify stores by letting you query and mutate store data directly through GraphQL with simple command-line requests.

Core Features & Use Cases

  • Store Administration: List, create, and update products, variants, customers, orders, inventory, and metafields through the Admin GraphQL API.
  • Operational Automation: Run bulk operations, manage webhooks, and inspect rate limits for large-scale or recurring store workflows.
  • Storefront Access: Perform read-only storefront queries for customer-facing experiences and headless commerce integrations.
  • Use Case: A merchant can update product prices, reconcile inventory across locations, and export recent orders from one consistent API workflow without needing a custom app framework.

Quick Start

Ask the skill to connect to your Shopify store, inspect the relevant resource, and perform the requested admin or storefront GraphQL action using the provided access token and shop domain.

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 data without installing an SDK?

You can manage Shopify store data without an SDK by sending direct GraphQL API requests via curl to query and mutate products, orders, and inventory. This approach requires curl, jq, scoped access tokens, and correct GID-based endpoints.

What's the best way to run bulk operations on Shopify inventory and orders?

The best way to run Shopify bulk operations is through the Admin GraphQL API, which handles large-scale workflows while managing rate limits and mutation safety. You can execute these operations using command-line requests with curl and jq.

Can I use GraphQL to update product prices and reconcile inventory across locations?

Yes, you can use GraphQL to update product prices and reconcile inventory across locations by sending mutation requests to the Shopify Admin API. This workflow is supported natively through scoped access tokens and direct command-line execution.

Do I need scoped access tokens to query the Shopify Storefront API for headless commerce?

Yes, scoped access tokens are required to authenticate and query the Shopify Storefront API for headless commerce integrations. These tokens allow you to perform read-only storefront queries for customer-facing experiences securely.

How do webhooks and rate limits work when automating Shopify admin workflows?

Shopify admin automation workflows handle webhooks and rate limits by using GraphQL API requests designed with rate-limit and mutation safety handling. This ensures recurring store workflows operate reliably without exceeding API thresholds.

Does this approach to Shopify API requests require a custom app framework?

No, this approach to Shopify API requests does not require a custom app framework. You can export recent orders, manage metafields, and inspect store data directly from one consistent command-line workflow using curl and jq.