update_item
Update an existing inventory item's details, including name, description, quantity, location, labels, and pricing.
Instructions
Update an existing inventory item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Item ID (UUID) | |
| name | No | Item name (max 255 characters) | |
| description | No | Item description (max 1000 characters) | |
| locationId | No | Location ID (UUID) where the item is stored | |
| parentId | No | Parent item ID (UUID) if this item belongs to another item. Set to null to remove parent relationship. | |
| labelIds | No | Array of label IDs (UUIDs) to associate with the item | |
| quantity | No | Quantity of the item | |
| serialNumber | No | Serial number of the item (max 255 characters) | |
| modelNumber | No | Model number of the item (max 255 characters) | |
| manufacturer | No | Manufacturer of the item (max 255 characters) | |
| notes | No | Additional notes about the item (max 1000 characters) | |
| purchasePrice | No | Purchase price of the item | |
| soldPrice | No | Sold price of the item |