RejectFulfillmentRequest
Declines a fulfillment request from a fulfillment service, optionally providing a rejection reason.
Input
| Name | Type | Description |
| FulfillmentOrderId | String | The unique identifier of the fulfillment order associated with the rejection request. |
| LineItems | String | An optional array containing details for each rejected line item. If not specified, all line items will be treated as unfulfillable. |
| Message | String | An optional message accompanying the fulfillment request rejection. |
| Reason | String | An optional explanation or reason for rejecting the fulfillment request.
The allowed values are incorrect_address, inventory_out_of_stock, ineligible_product, undeliverable_destination, other. |
Result Set Columns
| Name | Type | Description |
| Id | String | The unique identifier of the updated fulfillment order after the rejection request was processed. |
| Success | Boolean | Indicates whether the operation executed successfully. |
| Details | String | Additional details regarding the execution or outcome of the operation. |