什麼是 shopify-api?
Remix 应用中的 Shopify API 综合指南。涵蓋管理 GraphQL/REST、店面 API、所有資源(產品、訂單、客戶、庫存、集合、折扣、履行、元欄位、檔案)、批次作業、Webhooks、資源選擇器和 TypeScript 模式。在查询/更改 Shopify 数据或构建集成时使用。 來源:toilahuongg/shopify-agents-kit。
Remix 应用中的 Shopify API 综合指南。涵蓋管理 GraphQL/REST、店面 API、所有資源(產品、訂單、客戶、庫存、集合、折扣、履行、元欄位、檔案)、批次作業、Webhooks、資源選擇器和 TypeScript 模式。在查询/更改 Shopify 数据或构建集成时使用。
透過命令列快速安裝 shopify-api AI 技能到你的開發環境
來源:toilahuongg/shopify-agents-kit。
| 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" |
Remix 应用中的 Shopify API 综合指南。涵蓋管理 GraphQL/REST、店面 API、所有資源(產品、訂單、客戶、庫存、集合、折扣、履行、元欄位、檔案)、批次作業、Webhooks、資源選擇器和 TypeScript 模式。在查询/更改 Shopify 数据或构建集成时使用。 來源:toilahuongg/shopify-agents-kit。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/toilahuongg/shopify-agents-kit --skill shopify-apiRemix 应用中的 Shopify API 综合指南。涵蓋管理 GraphQL/REST、店面 API、所有資源(產品、訂單、客戶、庫存、集合、折扣、履行、元欄位、檔案)、批次作業、Webhooks、資源選擇器和 TypeScript 模式。在查询/更改 Shopify 数据或构建集成时使用。 來源:toilahuongg/shopify-agents-kit。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/toilahuongg/shopify-agents-kit --skill shopify-api 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/toilahuongg/shopify-agents-kit