SendCancellationRequest
Submits a request to cancel an order or fulfillment to the assigned fulfillment service.
Input
| Name | Type | Description |
| FulfillmentOrderId | String | The ID of the fulfillment order associated with the cancellation request. |
| Message | String | An optional message providing additional context for the cancellation request. |
Result Set Columns
| Name | Type | Description |
| Id | String | The ID of the fulfillment order that was updated as part of the cancellation request. |
| Success | Boolean | Indicates whether the cancellation request was successfully processed. |
| Details | String | Additional information or diagnostic details about the execution of the operation. |