update_stock_item
Modify an existing stock item in TallyPrime by exact name, changing unit, group, VAT rate, description, or other native fields without affecting unset values.
Instructions
Update an existing stock item in TallyPrime — same fields as create_stock_item, all optional except name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact name of the existing stock item | |
| unit | No | New unit of measure | |
| group | No | New stock group | |
| rateOfVat | No | VAT rate percentage for this item, e.g. 5. | |
| description | No | Free-text description of the item. | |
| extraFields | No | Escape hatch for any other native Tally stock item field, same as on create_stock_item. | |
| ignoreNegativeStock | No | Allow this item's stock to go negative without a warning/block. |