RejectCancellationRequest
Rejects a cancellation request and informs the fulfillment service to continue processing the fulfillment order.
Input
| Name | Type | Description |
| FulfillmentOrderId | String | The unique identifier of the fulfillment order associated with the cancellation request. |
| Message | String | An optional message included with the rejection of the fulfillment cancellation request. |
Result Set Columns
| Name | Type | Description |
| Id | String | The unique identifier of the updated fulfillment order after the cancellation request was rejected. |
| Success | Boolean | Indicates whether the operation executed successfully. |
| Details | String | Additional details about the execution or result of the operation. |