ShipmentApi

Add Collies

Adds collies to a shipment, increasing the number of packages associated with the shipment.

post/addcollies

Query parameters

shipmentIdinteger required

ID of the shipment to add collies to.

numberofcolliestoaddinteger

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

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

No recorded changes to this endpoint across all 1 revision of this API.