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 a fulfillment request. |
Message | String | An optional message for the fulfillment request. |
NotifyCustomer | String | Whether the customer should be notified when fulfillments are created for this fulfillment order. |
ShippingMethod | String | A reference to the ShippingMethod code, such as FREE_SHIPPING. |
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. Ex: [{id: 'xxx', quantity: 1}] |
Result Set Columns
Name | Type | Description |
Success | Boolean | Indicates whether or not the operation executed successfully. |
Details | String | Any extra details on the operation's execution. |
FulfillmentOrderID | String | A globally-unique ID. |
RequestStatus | String | The status of the SP. |