SendFulfillmentRequest
Sends a request to initiate fulfillment for a specific order or order line items.
Input
| Name | Type | Description |
| FulfillmentOrderId | String | The ID of the fulfillment order being requested for fulfillment. |
| FulfillmentOrderLineItems | String | A list of specific fulfillment order line items to include in the request. If left blank, all line items for the fulfillment order will be requested for fulfillment. |
| Message | String | An optional message providing additional context or instructions for the fulfillment request. |
Result Set Columns
| Name | Type | Description |
| Id | String | The ID of the fulfillment order that was updated as a result of the fulfillment request. |
| Success | Boolean | Indicates whether the fulfillment request was successfully processed. |
| Details | String | Additional information or diagnostic details about the execution of the operation. |