RejectCancellationRequest
Rejects a cancellation request for a fulfillment order, instructing the fulfillment service to proceed with shipping.
Input
| Name | Type | Description |
| Id | String | The unique identifier of the fulfillment order tied to the cancellation request being rejected. |
| Message | String | An optional message providing context or justification for rejecting the fulfillment cancellation request. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the rejection operation completed successfully without errors. |
| Details | String | Additional details returned by Shopify describing the outcome of the cancellation rejection process. |
| FulfillmentOrderID | String | The globally unique identifier of the fulfillment order associated with the rejected cancellation request. |
| RequestStatus | String | The final status of the stored procedure after execution, such as 'completed', 'failed', or 'pending'. |