# TransportOrder

The TransportOrder is the top-level entity to model a group of related consignments that might be transported
separately, but need to be administered together. For consistency, even if there is only one consignment,
it is still required to use a transport order.

## Get a specific TransportOrder by its UUID

 - [GET /api/v5/transportOrders/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/transportorder/paths/~1api~1v5~1transportorders~1%7Buuid%7D/get.md)

## Deletes a TransportOrder

 - [DELETE /api/v5/transportOrders/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/transportorder/paths/~1api~1v5~1transportorders~1%7Buuid%7D/delete.md)

## Adds a new TransportOrder

 - [PUT /api/v5/transportOrders](https://otm-api-spec.redocly.app/api/5.7/otm/transportorder/paths/~1api~1v5~1transportorders/put.md)

