go back Home

PartialShipmentService

This service provides operations that allow manifesting actions to be performed on orders and movements.

Operations

name role description
POST /partialShipment/manifestMovements/{movementIds} Users Takes a comma delimited list of movement id values and consolidates all stops into a single manifest movement.
POST /partialShipment/manifestOptimizationOrders/{orderIds} Users 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.
POST /partialShipment/manifestOrders/{orderIds} Users 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.
POST /partialShipment/{movementId}/addMovementsToManifest/{movementIds} Users Takes a movement id and a comma delimited list of movement id values to add to an existing manifest movement.
POST /partialShipment/{movementId}/addOrdersToManifest/{orderIds} Users Takes a movement id and a comma delimited list of order id values to add to an existing manifest movement.
POST /partialShipment/{movementId}/dropFromManifest/{orderIds} Users Takes a movement id and a comma delimited list of order id values to drop from existing manifest.
POST /partialShipment/{movementId}/resequenceManifestStops/{stopIds} Users Takes a movement id and a comma delimited list of stop id values and sequences the stops on the manifest movement.