get_items
Retrieve grocery list items from your Listonic shopping list. Checked items indicate you already have them, unchecked items still need to be purchased.
Instructions
Fetch the grocery list. Call this FIRST before editing/deleting, to get ItemIDs.
Checked items ([x]) = the user most likely already HAS them at home. Unchecked items ([ ]) = still to buy.
Args: list_id: which list (from get_lists). Empty = the default list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |