goods_add
Add a new product to your local catalog by providing its name, weight, height, width, length, and optional price.
Instructions
Add a new good to local catalog.
Args: name: Product name (e.g. "Wi-Fi модем") weight: Weight per unit in kg (e.g. 0.17) height: Height in cm (e.g. 8) width: Width in cm (e.g. 7) length: Length in cm (e.g. 10) price: Declared value per unit in rubles (default 100.0)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| price | No | ||
| width | Yes | ||
| height | Yes | ||
| length | Yes | ||
| weight | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |