Shopify Python MCP Server

delete_product

Remove a specific product from a Shopify store by providing its 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