POST /partialShipment/{movementId}/dropFromManifest/{orderIds}
Takes a movement id and a comma delimited list of order id values to drop from existing manifest.
Roles that can access this endpoint are Users.
Parameters
name |
description |
type |
default |
type |
movementId |
Movement id of the manifest you are dropping orders from. |
path
|
|
String
|
orderIds |
Comma delimited list of orders you want to drop from manifest. |
path
|
|
String
|
Result
RowMovement
The manifest RowMovement object with order and stop details associated with the manifest.
Try It Out
Request