Delivery

Delivery DTO is deprecated for providing delivery related data and is superseded by Order Details.Please consider using Order for new integrations. However, we continue to support Delivery as well.
Please also refer to the Breaking Changes Policy.

Each transport must contain at least one delivery.

Attribute

Description

Type (Length)

Example

Mandatory

Attribute

Description

Type (Length)

Example

Mandatory

number

Delivery number, unique

CHAR(50)

D123

True

status

Import status. Usually set it to N

CHAR(1)

N

True

loading_station

Loading station information, see Station

True

unloading_station

Unloading station information, see Station

True

comment

Delivery comment, free text

CHAR(3000)

My delivery comment

False

distance

Distance between loading and unloading stations. See Units, Statuses, and Enumerations

FLOAT

352.0

False

hzg_class

Hazardous goods class

CHAR(20)

1 Explosives

False

hzg_number

Hazardous goods name

CHAR(20)

TNT

False

incoterm_city

Incoterm city that is related to the incoterm

CHAR(100)

Ulm

False

incoterms

Incoterms

CHAR(100)

EXW

False

items

List of item DTOs, containing corresponding delivery items data, see Order Item

False

loading_meter

Length of the load on vehicle. See Units, Statuses, and Enumerations 

FLOAT

20.45

False

parameters

List of parameter DTOs, that enclose additional data of the delivery, see Parameter

False

scheduling_unit

Scheduling unit

CHAR(100)

Ulm

False

storageposition_count

Number of pallet places

FLOAT

10.5

False

transport_unit

A unit containing loading tackle data (e. g. pallet details). See Units, Statuses, and Enumerations 

False

vehicle

Vehicle type

CHAR(50)

Jumbo

False

volume

Load volume. See Units, Statuses, and Enumerations 

FLOAT

30.6

False

weight

Load weight. See Units, Statuses, and Enumerations 

FLOAT

15.5

False

Please note that, by default, storage positions and measurement values of deliveries (weight, volume, loading meter and distance) are aggregated to be displayed on transport level. Please, inform the Transporeon project team if you want to change default aggregation method or if you want to populate the values on transport level. See Measurement chapter for default aggregation set up.

Â