FulfillmentOrderMerge
Merges a set or multiple sets of fulfillment orders together into one based on line item inputs and quantities.
Input
| Name | Type | Description |
| MergeIntents | String | Temp table or aggregate (json/xml) array of objects containing fulfillmentOrderId, fulfillmentOrderLineItemId and fulfillmentOrderLineItemQuantity. |
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 | The id of the new fulfillment order as a result of the merge. |