POST /partialShipment/{movementId}/addOrdersToManifest/{orderIds}
Takes a movement id and a comma delimited list of order id values to add to an existing manifest movement.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
movementId |
Movement id of the manifest you are consolidating additional movements on. |
path
|
|
String
|
orderIds |
Comma delimited list of order id values you are adding to the manifest. |
path
|
|
String
|
Result
RowMovement
The manifest RowMovement object with order and stop details associated with the manifest.
Try It Out
Request