delivery_performance
Aggregate on-time rate, average transit days, and exception counts per route to identify underperforming delivery routes for any given period.
Instructions
Aggregate delivery performance per route for a period: on-time rate, average transit days, and exception counts. Use for questions like 'which route underperformed last month'. Read-only; fetches up to 1000 shipments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Include shipments created on or before, YYYY-MM-DD | |
| from | No | Include shipments created on or after, YYYY-MM-DD | |
| origin | No | Restrict to one origin city code | |
| destination | No | Restrict to one destination city code |