cancel_order
Cancel an order by ID, record a cancellation reason, and trigger notifications to keep order status and customers updated.
Instructions
Cancel an order, record the cancellation reason, and trigger cancellation notifications
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Explicit reason for cancelling the order (e.g. 'Customer requested cancellation', 'Model unprintable') | |
| orderId | Yes | Unique numeric ID of the order to cancel |