SendFulfillmentRequest
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Input
| Name | Type | Description |
| FulfillmentOrderId | String | The id of the fulfillment order. |
| FulfillmentOrderLineItems | String | The fulfillment order line items to be requested for fulfillment. If left blank, all line items of the fulfillment order are requested for fulfillment. |
| Message | String | An optional message for the fulfillment request. |
Result Set Columns
| Name | Type | Description |
| Id | String | The id of the modified fulfillment order. |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |