duplicate_item
Duplicate an existing home inventory item to create a new copy, optionally carrying over custom fields, attachments, and maintenance records. Use when you buy a second version of the same item.
Instructions
Duplicate an existing item (assetId / alias field / exact name), e.g.
"I bought a second one". prefix is prepended to the new item's name.
Copies custom fields by default; attachments and maintenance log only on
request. NOTE: copied custom fields include the alias field verbatim — if
you use one, give the copy its own value via set_fields right after.
Returns the new item's id and assetId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Copy of | |
| identifier | Yes | ||
| copy_attachments | No | ||
| copy_maintenance | No | ||
| copy_custom_fields | No |