create_grocery_handoff
Convert a grocery list into direct product links for a selected retailer, enabling manual checkout.
Instructions
Match a grocery list to direct retailer product links for manual checkout.
Args:
retailer: kettle_range or outpost.
items: Grocery items with name and optional quantity/unit/brand/notes.
location_id: Store id from find_grocery_retailers.
postal_code: Optional user postal code, retained for future retailer routing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| retailer | Yes | ||
| location_id | No | ||
| postal_code | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||