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

get

Get shipment detail by id

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
chevron-right
200Success
application/json
idstring · uuidRequired
shipmentstring · uuidRequired
goodsDescriptionstring · max: 255 · nullableRequired
quantitynumber · nullableRequired
quantityTypestring · max: 255 · nullableRequired
weightnumber · nullableRequired
widthnumber · nullableRequired
heightnumber · nullableRequired
lengthnumber · nullableRequired
supportstring · max: 255 · nullableRequired
locationstring · max: 255 · nullableRequired
volumenumber · nullableRequired
dangerousClassstring · max: 2 · nullableRequired
unClassificationstring · max: 255 · nullableRequired
additionalReferencestring · max: 255 · nullableRequired
serialNumberstring · max: 255 · nullableRequired
ecvstring · max: 255 · nullableRequired
icvstring · max: 255 · nullableRequired
createdAtanyRequired
updatedAtany · nullableRequired
get
/shipment-detail/{id}

Last updated