create_product
Create a new product with a unique code and description. Optionally set sales price, VAT rate, and product family.
Instructions
Create a product. Returns the created record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tax_code | No | VAT rate code — `NOR` (normal), `INT` (intermediate), `RED` (reduced), `ISE` (exempt). | |
| item_code | Yes | Unique product code. | |
| sales_price | No | Unit sales price. | |
| item_family_id | No | Item family id to associate. | |
| item_description | Yes | Product name/description. | |
| sales_price_includes_vat | No | True if sales_price already includes VAT. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||