POST /partialShipment/manifestOrders/{orderIds}
Takes a list of order id values and consolidates all stops into a single manifest movement. 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
the created RowMovement object with order and stop details associated with the manifest.
Try It Out
Request