get_order_alerts
Identify orders needing immediate action: unfulfilled, refunded, voided, or high-value pending. Set thresholds to flag delayed and at-risk orders.
Instructions
Identify orders that require immediate attention: unfulfilled orders older than N days, financially problematic orders (refunded, voided), and high-value pending orders.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lookbackDays | No | How many days back to look for orders (default: 30) | |
| highValueThreshold | No | Minimum order amount to flag as high-value pending (default: 50000) | |
| pendingDaysThreshold | No | Days since order was placed to flag as delayed (default: 3) |