Assemble the grocery order
assemble_online_grocery_orderCompile a grouped grocery list for chosen recipes, omitting ingredients you already have, then drive the browser to fill the cart at the preferred store and pause for approval before checkout.
Instructions
Shopping list for the selected recipes minus ingredients on hand, grouped by item with quantities and which recipe needs it, plus the preferred store. Drive the browser to fill the cart; stop before checkout for approval; then call record_grocery_order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| week | Yes | ||
| items | Yes | ||
| store | Yes | ||
| recipes | Yes | ||
| servings | Yes | ||
| instructions | Yes | ||
| skipped_on_hand | Yes | ||
| shopping_preferences | Yes |