FulfillmentOrderSplit
Splits a fulfillment order or orders based on line item inputs and quantities.
Input
| Name | Type | Description |
| FulfillmentOrderId | String | The ID of the fulfillment order to be split. |
| FulfillmentOrderLineItemIDs | String | A comma separated list of IDs corresponding to the FulfillmentOrderLineItems to be split out. |
| FulfillmentOrderLineItemQuantities | String | A comma separated list of quantities corresponding to each FulfillmentOrderLineItem to be split out. |
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 original fulfillment order as a result of the split. |
| RemainingFulfillmentOrderId | String | The id of the remaining fulfillment order as a result of the split. |
| ReplacementFulfillmentOrderId | String | The id of the replacement fulfillment order if the original fulfillment order wasn't in a state to be split. |