·shopify-api
</>

shopify-api

Comprehensive guide for Shopify APIs in Remix apps. Covers Admin GraphQL/REST, Storefront API, all resources (products, orders, customers, inventory, collections, discounts, fulfillments, metafields, files), bulk operations, webhooks, resource pickers, and TypeScript patterns. Use when querying/mutating Shopify data or building integrations.

10Installs·1Trend·@toilahuongg

Installation

$npx skills add https://github.com/toilahuongg/shopify-agents-kit --skill shopify-api

How to Install shopify-api

Quickly install shopify-api AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/toilahuongg/shopify-agents-kit --skill shopify-api
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: toilahuongg/shopify-agents-kit.

SKILL.md

View raw

| Admin GraphQL | All backend CRUD operations | authenticate.admin() | | Admin REST | Legacy endpoints, specific features | authenticate.admin() | | Storefront API | Public storefront, cart, checkout | Public access token |

| singlelinetextfield | "Hello" | | multilinetextfield | "Line 1\nLine 2" | | numberinteger | "42" | | numberdecimal | "3.14" | | boolean | "true" or "false" | | date | "2024-01-15" | | datetime | "2024-01-15T10:30:00Z" | | json | "{\"key\":\"value\"}" | | url | "https://example.com" | | color | "#FF0000" |

| list.singlelinetextfield | "[\"item1\",\"item2\"]" | | productreference | "gid://shopify/Product/123" | | filereference | "gid://shopify/MediaImage/123" |

Comprehensive guide for Shopify APIs in Remix apps. Covers Admin GraphQL/REST, Storefront API, all resources (products, orders, customers, inventory, collections, discounts, fulfillments, metafields, files), bulk operations, webhooks, resource pickers, and TypeScript patterns. Use when querying/mutating Shopify data or building integrations. Source: toilahuongg/shopify-agents-kit.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/toilahuongg/shopify-agents-kit --skill shopify-api
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from toilahuongg/shopify-agents-kit

Quick answers

What is shopify-api?

Comprehensive guide for Shopify APIs in Remix apps. Covers Admin GraphQL/REST, Storefront API, all resources (products, orders, customers, inventory, collections, discounts, fulfillments, metafields, files), bulk operations, webhooks, resource pickers, and TypeScript patterns. Use when querying/mutating Shopify data or building integrations. Source: toilahuongg/shopify-agents-kit.

How do I install shopify-api?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/toilahuongg/shopify-agents-kit --skill shopify-api Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/toilahuongg/shopify-agents-kit