ShipmentApi

Remove Collies

Removes collies from a shipment, reducing the number of packages associated with the shipment.

post/removecollies

Query parameters

shipmentIdinteger required

ID of the shipment to remove collies from.

numberofcolliestoremoveinteger

Number of collies to remove when the collies list is not provided.

Request body

string[] required

Response

OK

status'OK' | 'Error' | 'ValidationFailed'

0 = OK, 1 = Error, 2 = ValidationFailed

traceIDstring nullable
colliIdsstring[] nullable

List of barcode IDs for the collies that were added or removed.

shipmentIdinteger

ID of the shipment that was modified.

Changes