AcceptCancellationRequest
Approves and processes a cancellation request for a fulfillment order, notifying the related fulfillment service.
Input
| Name | Type | Description |
| Id | String | The unique identifier of the fulfillment order for which the cancellation request is being accepted. |
| Message | String | An optional message provided with the request, typically used to record context or a note about the cancellation. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the cancellation request was successfully processed. |
| Details | String | Provides additional information or diagnostic details about the outcome of the cancellation operation. |
| FulfillmentOrderID | String | The unique identifier of the fulfillment order affected by the cancellation request. |
| RequestStatus | String | The final status of the stored procedure execution, reflecting whether the request was accepted, rejected, or encountered an error. |