FulfillmentOrderMerge
Merges one or more fulfillment orders into a single order based on line item inputs and quantities.
Input
| Name | Type | Description |
| MergeIntents | String | A structured input (JSON or XML array) containing objects with fulfillmentOrderId, fulfillmentOrderLineItemId, and fulfillmentOrderLineItemQuantity, which define the line items to merge. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the merge operation completed successfully. |
| Details | String | Additional details about the outcome of the merge operation. |
| FulfillmentOrderId | String | The globally unique identifier of the new fulfillment order created by the merge. |