# Consignment

A consignment is a description of an identifiable collection of goods items to be transported between the consignor
and the consignee. This information may be defined within a transport contract.

## Get a specific Consignment by its UUID

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

## Deletes a Consignment

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

## Adds a new Consignment

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

