delete_product
Remove a product from your Shopify store by specifying its unique product ID using this tool, simplifying store inventory management.
Instructions
商品を削除する
Input Schema
Name | Required | Description | Default |
---|---|---|---|
product_id | Yes | 商品ID |
Input Schema (JSON Schema)
{
"properties": {
"product_id": {
"description": "商品ID",
"type": "number"
}
},
"required": [
"product_id"
],
"type": "object"
}