Transport Unit

Transport_unit is used on order / delivery level and contain information about equipment used for goods transportation, like pallets, transport racks and so on. It has following attributes:

Attribute

Description

Type (Length)

Example

Mandatory

Attribute

Description

Type (Length)

Example

Mandatory

name

Name or type of transport unit

CHAR(50)

PAL

True

amount

Amount of transport units

INTEGER

10

True

pileable

Indicates if the transport unit is stackable

BOOLEAN

true

False

exchange

Indicates if transport units (e.g. palettes) are to be exchanged

BOOLEAN

false

False

An order / delivery can have zero to one transport unit specified. Transport units and their amounts are aggregated from all deliveries of a transport and are displayed in Transporeon UI.

Note, transport_unit have to be present in every message. If a transport_unit is missing or sent without the name attribute in the next update, the unit will be removed from delivery during processing.