create_item
Record a new product purchase with name, category, price, purchase date, currency, and optional notes to begin tracking its lifespan and status.
Instructions
Track a new item/product purchase
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Item name | |
| notes | No | Notes | |
| status | No | Status (default: active) | |
| currency | Yes | Currency code (e.g., EUR, USD) | |
| categoryId | Yes | Category ID (use list_item_categories to find IDs) | |
| purchaseDate | Yes | Purchase date (YYYY-MM-DD) | |
| purchasePrice | Yes | Purchase price | |
| expectedLifespan | No | Expected lifespan in days |