create_shopping_items_bulk
Bulk create shopping items from a JSON array. Each item requires a shopping list ID and can include optional note and quantity.
Instructions
Bulk-create shopping items from a JSON array.
items_json is a JSON array of item objects. Each item must include
shoppingListId (UUID); note and quantity are typical optional fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |