概要
Shopify ツールを使用すると、自分の Shopify ストア内の商品や注文を管理できます。商品の作成・更新・削除だけでなく、注文や在庫の管理も可能です。主な機能
SHOPIFY_LIST_PRODUCTS- Shopify ストア内の商品一覧を取得
SHOPIFY_CREATE_PRODUCT- 新しい商品を Shopify ストアに作成
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Shopify の商品と注文を管理する
SHOPIFY_LIST_PRODUCTS
SHOPIFY_CREATE_PRODUCT
- name: Get Product List
id: list_products
tool: SHOPIFY_LIST_PRODUCTS
config:
- name: token
value: "{{secrets.SHOPIFY_API_TOKEN}}"
- name: api_version
value: 2025-01
input:
- name: shop_domain
value: jinbaflow.myshopify.com
- name: limit
value: 5
- name: Create New Product
id: create_product
tool: SHOPIFY_CREATE_PRODUCT
config:
- name: token
value: "{{secrets.SHOPIFY_API_TOKEN}}"
- name: api_version
value: 2025-01
input:
- name: shop_domain
value: gzb31e-yv.myshopify.com
- name: title
value: Jinba Flow Test Product
- name: description
value: This is a test product created from Jinba Flow.
- name: vendor
value: Jinba Flow
- name: product_type
value: Test
- name: status
value: DRAFT