POST /partialShipment/manifestOptimizationOrders/{orderIds}
Takes a comma delimited list of order id values and consolidates all stops into a single manifest movement for
FMS optimized orders. All provided order records and associated movements must be unconsolidated and in
available status.
Roles that can access this endpoint are Users.
Parameters
| name |
description |
type |
default |
type |
| orderIds |
Comma separated list of order id values to consolidate into a single movement |
path
|
|
String
|
Result
RowMovement
of type:
application/xml
application/json
the created RowMovement object with order and stop details associated with the manifest.
Try It Out
Request