AcceptCancellationRequest
Accepts a cancellation request sent to a fulfillment service for a fulfillment order.
Input
| Name | Type | Description |
| Id | String | The identifier of the fulfillment order tied to the cancellation request. |
| Message | String | An optional message included with the cancellation acceptance, often used for notes or context. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the cancellation request was successfully accepted. |
| Details | String | Additional information or error details about the outcome of the cancellation request. |
| FulfillmentOrderID | String | The globally unique identifier of the fulfillment order after the cancellation request is processed. |
| RequestStatus | String | The current status of the cancellation request, such as accepted or failed. |