Get shipment detail by id
Get a specific shipment detail. When getting shipment, first level sub-object will be retrieved that will include detail(s) which offer an alternative way of getting it(them).
Get shipment detail by id
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200Success
application/json
400
Bad Request
application/json
401
Unauthorized Entity
application/json
422
Unprocessable Entity
application/json
get
/shipment-detail/{id}Last updated