Shopify Python MCP Server

get_product

Retrieve detailed product information from Shopify stores by providing a product ID using the Shopify Python MCP Server integration.

Instructions

商品の詳細情報を取得する

Input Schema

NameRequiredDescriptionDefault
product_idYes商品ID

Input Schema (JSON Schema)

{ "properties": { "product_id": { "description": "商品ID", "type": "number" } }, "required": [ "product_id" ], "type": "object" }

You must be authenticated.

Other Tools from Shopify Python MCP Server

Related Tools

ID: zfff0mhppb