AcceptCancellationRequest
Accepts a customer's cancellation request and notifies the assigned fulfillment service to halt fulfillment processing.
Input
| Name | Type | Description |
| FulfillmentOrderId | String | The unique identifier of the fulfillment order associated with the cancellation request. |
| Message | String | An optional message providing additional context or notes for the cancellation request. |
Result Set Columns
| Name | Type | Description |
| Id | String | The unique identifier of the fulfillment order that was modified as a result of the cancellation request. |
| Success | Boolean | Indicates whether the operation completed successfully. |
| Details | String | Additional information or diagnostic details about the execution of the operation. |