hold_deliveries
Pause meal deliveries for specific dates by specifying order ID, start date, and end date to manage delivery schedules.
Instructions
Hold (pause) deliveries for a date range.
Args:
order_id: The ID of the package order
hold_start: Start of hold period (YYYY-MM-DD)
hold_end: End of hold period (YYYY-MM-DD)
order_types: Optional - "LUNCH", "DINNER", or "LUNCH,DINNER"
Returns:
Summary of held deliveries
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| hold_start | Yes | ||
| hold_end | Yes | ||
| order_types | No |