firestarter_cancel
Cancel an active order execution. Voids uncaptured authorization holds or refunds captured payments. For shipped orders, use return instead.
Instructions
Cancel an active execution. A not-yet-captured authorization hold is voided; an already-captured payment is refunded. An order that has already shipped can't be cancelled — use firestarter_return instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Reason for cancellation | |
| execution_id | Yes | The execution ID to cancel |