Skip to main content
Glama

Shopify Python MCP Server

create_product

Add new products to your Shopify store by specifying details like title, description, vendor, type, tags, status, variants, options, and images using the tool.

Instructions

新しい商品を作成する

Input Schema

NameRequiredDescriptionDefault
body_htmlNo商品の説明(HTML形式)
imagesNo画像
optionsNoオプション
product_typeNo商品タイプ
statusNoステータスactive
tagsNoタグ(カンマ区切り)
titleYes商品名
variantsNoバリエーション
vendorNoベンダー名

Input Schema (JSON Schema)

{ "properties": { "body_html": { "description": "商品の説明(HTML形式)", "type": "string" }, "images": { "description": "画像", "items": { "properties": { "alt": { "description": "代替テキスト", "type": "string" }, "src": { "description": "画像URL", "type": "string" } }, "required": [ "src" ], "type": "object" }, "type": "array" }, "options": { "description": "オプション", "items": { "properties": { "name": { "description": "オプション名", "type": "string" }, "position": { "description": "オプション順番", "position": "number" }, "values": { "description": "オプション値", "items": { "type": "string" }, "type": "array" } }, "required": [ "name", "position", "values" ], "type": "object" }, "type": "array" }, "product_type": { "description": "商品タイプ", "type": "string" }, "status": { "default": "active", "description": "ステータス", "enum": [ "active", "draft", "archived" ], "type": "string" }, "tags": { "description": "タグ(カンマ区切り)", "type": "string" }, "title": { "description": "商品名", "type": "string" }, "variants": { "description": "バリエーション", "items": { "properties": { "inventory_quantity": { "description": "在庫数", "type": "number" }, "option1": { "description": "オプション1の値", "type": "string" }, "option2": { "description": "オプション2の値", "type": "string" }, "option3": { "description": "オプション3の値", "type": "string" }, "price": { "description": "価格", "type": "string" }, "sku": { "description": "SKU", "type": "string" } }, "required": [ "price" ], "type": "object" }, "type": "array" }, "vendor": { "description": "ベンダー名", "type": "string" } }, "required": [ "title" ], "type": "object" }

Other Tools from Shopify Python MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kishimoto-banana/shopify-py-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server