create_stock_item
Create a new stock item in TallyPrime with required name, stock group, and unit, plus optional VAT rate, opening balance, and custom fields. Set up inventory records for accurate tracking and reporting.
Instructions
Create a new stock item in TallyPrime
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the new stock item | |
| unit | Yes | Unit of measure, e.g. 'Nos', 'Kg', 'Box' | |
| group | Yes | Stock group, e.g. 'Primary' (use 'Primary' if there are no custom stock groups) | |
| 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 not covered above — pass exact Tally XML tag names as keys. Not validated; use exact field names from a master export. | |
| openingRate | No | Opening rate per unit (optional, defaults to 0) | |
| openingBalance | No | Opening quantity (optional, defaults to 0) | |
| ignoreNegativeStock | No | Allow this item's stock to go negative without a warning/block. |