Get shipment by id

The /shipment/{shipmentId} route can be used to retrieve a specific shipment by its identifier. A JSON object with the shipment will be return on success that will by default contain the 1st level of complex attributes, e.g. the list of events, operators,… attached to the shipment.

Get shipment by id

get

Retrieve shipment by id

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
shipmentIdstringRequired
Responses
200Success
application/json
get
/shipment/{shipmentId}

Last updated