skip_day
Move meal deliveries to a later date for Warteg Online subscriptions by specifying an order ID and skip date, with optional meal type selection.
Instructions
Skip deliveries on a specific date by moving them to the end of the schedule.
Args:
order_id: The ID of the package order
skip_date: The date to skip (YYYY-MM-DD)
order_types: Optional - "LUNCH", "DINNER", or "LUNCH,DINNER"
Returns:
Summary of skipped deliveries
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| skip_date | Yes | ||
| order_types | No |