update_item
Modify inventory item details like price, quantity, description, and category to maintain accurate stock records in consignment retail operations.
Instructions
Update an existing inventory item
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Item ID | |
| title | No | ||
| description | No | ||
| tag_price | No | Price in cents | |
| category | No | ||
| split | No | Split percentage (0-1) | |
| quantity | No |