add_items
Add single or multiple items to a Listonic shopping list in one call. Supports batch adding with quantity and unit, targeting a specific list or the default.
Instructions
Add one or MANY items in a single call — batch whole recipes, don't loop.
Args: items: the items to add. list_id: which list (from get_lists). Empty = the default list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| list_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |