get_product
Retrieve detailed product information from Shopify stores using the product ID to streamline inventory management and e-commerce operations.
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"
}