get_orders_by_date_range
Retrieve delivery records for a specific order within a defined date range to track meal subscription shipments from the Warteg Online service.
Instructions
Get all deliveries within a specific date range.
Args:
order_id: The ID of the package order
start_date: Start date in YYYY-MM-DD format (inclusive)
end_date: End date in YYYY-MM-DD format (inclusive)
Returns:
List of deliveries within the date range
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | ||
| start_date | Yes | ||
| end_date | Yes |