FulfillmentOrderSplit
Splits a fulfillment order into multiple orders based on line item inputs and quantities.
Input
| Name | Type | Description |
| FulfillmentOrderId | String | The globally unique identifier of the fulfillment order to split. |
| FulfillmentOrderLineItemIDs | String | A comma-separated list of globally unique identifiers for the fulfillment order line items to split. |
| FulfillmentOrderLineItemQuantities | String | A comma-separated list of quantities that correspond to each fulfillment order line item being split. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation completed successfully. |
| Details | String | Additional details about the execution of the operation. |
| FulfillmentOrderId | String | The globally unique identifier of the original fulfillment order after the split. |
| RemainingFulfillmentOrderId | String | The globally unique identifier of the remaining fulfillment order after the split. |
| ReplacementFulfillmentOrderId | String | The globally unique identifier of the replacement fulfillment order, used when the original fulfillment order could not be split. |