Record a placed grocery order
record_grocery_orderLog a completed grocery order and update your ingredient inventory, adding purchased items to on-hand stock while advancing the meal plan week to ordered.
Instructions
Log the placed order and (by default) add purchased items to ingredients on hand. Moves the week to 'ordered'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| store | No | ||
| total | No | ||
| week_id | No | ||
| order_ref | No | ||
| add_to_on_hand | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | ||
| order | Yes |