create_product
Add a product to Holded with required name and optional details like price, SKU, and stock. Streamlines product entry for invoicing and inventory.
Instructions
Create a new product
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | No | Product SKU | |
| tax | No | Tax percentage | |
| kind | No | Product kind | |
| name | Yes | Product name | |
| price | No | Product price | |
| stock | No | Initial stock quantity | |
| barcode | No | Product barcode | |
| costPrice | No | Cost price | |
| description | No | Product description |