# Goods Goods are the items to be transported as part of a consignment. Goods can be divided into two sub-types of goods, depending on the use case and the level of detail. Goods either consists of items, describing the actual goods to be transported. Or a transport equipment, which is equipment used to carry the actual goods to be transported. Transport equipment is (usually) a means to an end, not something that needs to be transported on itself, such as pallets. Note that goods can either be or contain dangerous goods. OTM uses the official specification of [ADR](https://unece.org/transportdangerous-goods/adr-2021-files) to describe in what manner and how dangerous those goods are. The used descriptions in the OTM documentation are extracted from document [ADR2021_Vol1e_0.pdf](https://unece.org/sites/default/files/2021-01/ADR2021_Vol1e_0.pdf). The official documentation is always leading and should be consulted. ## Get a specific Goods by its UUID - [GET /api/v5/goods/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/goods/paths/~1api~1v5~1goods~1%7Buuid%7D/get.md) ## Deletes a Goods - [DELETE /api/v5/goods/{UUID}](https://otm-api-spec.redocly.app/api/5.7/otm/goods/paths/~1api~1v5~1goods~1%7Buuid%7D/delete.md) ## Adds a new Goods - [PUT /api/v5/goods](https://otm-api-spec.redocly.app/api/5.7/otm/goods/paths/~1api~1v5~1goods/put.md)