create_product
Create a new shop product as DRAFT. Merchant can review and activate from the portal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | SKU code | |
| name | Yes | Product name | |
| price | Yes | Price as decimal string (e.g. "29.99") | |
| categoryIds | No | Category IDs (first is primary) | |
| description | No | Product description | |
| memberPrice | No | Members-only price | |
| productType | No | Product type (default one_time) | |
| discountPrice | No | Discounted price |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Tool result payload — shape varies per tool, see the tool description | |
| summary | Yes | One-line human-readable summary of the action | |
| renderType | Yes | UI rendering hint for the result |