SendFulfillmentRequest
Sends a fulfillment request to the fulfillment service of a fulfillment order.
Input
| Name | Type | Description |
| Id | String | The Id of the fulfillment order associated with the fulfillment request. |
| Message | String | An optional message to include with the fulfillment request. |
| NotifyCustomer | String | Indicates whether the customer should be notified when fulfillments are created for this fulfillment order. |
| FulfillmentOrderLineItems | String | The fulfillment order line items to include in the request. If none are specified, all line items are included by default (for example, [{id: 'xxx', quantity: 1}]). |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the fulfillment request executed successfully. |
| Details | String | Additional details about the execution of the operation. |
| FulfillmentOrderID | String | A globally unique Id for the fulfillment order. |
| RequestStatus | String | The resulting status of the stored procedure execution. |