FulfillmentOrderMerge
Merges multiple fulfillment orders into a single order based on specified line item and quantity inputs.
Input
| Name | Type | Description |
| MergeIntents | String | A structured collection (table or JSON/XML array) containing the fulfillment orders and their associated line items to merge. Each entry includes fulfillmentOrderId, fulfillmentOrderLineItemId, and fulfillmentOrderLineItemQuantity to define which orders and quantities are being combined. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the merge operation completed successfully. |
| Details | String | Provides additional information or diagnostic details about how the merge operation was executed. |
| FulfillmentOrderId | String | The unique identifier of the newly created fulfillment order that results from merging the specified fulfillment orders. |