Add an item to a category
add_item_to_categoryAdd a new item to a category, or link an existing item so edits update everywhere it appears.
Instructions
Adds a new item to a category, or — if existingItemId is given — links an already-existing item into this category as a shared item (editing it later updates every category it appears in).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| qty | No | ||
| url | No | ||
| name | No | ||
| star | No | ||
| worn | No | ||
| price | No | ||
| weight | No | ||
| imageUrl | No | ||
| categoryId | Yes | ||
| consumable | No | ||
| weightUnit | No | g | |
| description | No | ||
| existingItemId | No |