create_item
Add a new item to your Homebox inventory with details like name, location, quantity, and serial number.
Instructions
Create a new inventory item in Homebox
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 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 (e.g., item in a box) | |
| labelIds | No | Array of label IDs (UUIDs) to associate with the item | |
| quantity | No | Quantity of the item (default: 1) | |
| 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 |