RejectFulfillmentRequest
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Input
| Name | Type | Description |
| FulfillmentOrderId | String | The id of the order. |
| LineItems | String | An optional array of line item rejection details. If none are provided, all line items will be assumed to be unfulfillable. |
| Message | String | An optional message for the fulfillment request. |
| Reason | String | An optional reason for the fulfillment request rejection.
The allowed values are incorrect_address, inventory_out_of_stock, ineligible_product, undeliverable_destination, other. |
Result Set Columns
| Name | Type | Description |
| Id | String | The id of the modified fulfillment order. |
| Success | String | Whether the operation completed successfully or not. |