Order Details

Every transport order must contain at least one order.

Attribute

Description

Type (Length)

Example

Mandatory

Attribute

Description

Type (Length)

Example

Mandatory

number

Order / delivery number, unique

CHAR(50)

D123

True

status

Import status

Status

  • N: Create / Update

  • D: Delete1

1 For removing orders from existing transports, the best approach is to send a full transport order update without the orders to be removed. It will then be merged on our side.

CHAR(1)

N

True

loading_stop_ids

References to loading stops. For regular use cases exactly 1 reference is expected. See also Stop

True

unloading_stop_ids

References to unloading stops. For regular use cases exactly 1 reference is expected. See also Stop

True

comment

Delivery / order comment, free text

String

My delivery comment

False

comment_loading

Comment for loading, free text

String

Loading instructions here

False

comment_unloading

Comment for unloading, free text

String

Unloading instructions here

False

distance

Distance between loading and unloading stations. Attribute “unit” contains one of supported distance units. See Measurement and 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

order_items

List of Order Item DTOs, containing corresponding order items data. See Order Item

False

loading_meter

Length of the load on vehicle. Attribute “unit” contains one of supported length units. See Measurement and Units, Statuses, and Enumerations

FLOAT

20.45

False

parameters

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

False

Payload capacity

Minimum and maximum payload capacity, relevant for Autonomous Procurement product

 

 

False

scheduling_unit

Scheduling unit

CHAR(100)

Ulm

False

storageposition_count

Number of pallet places

FLOAT

10.5

False

handling_units

Handling units

List

 

 

handling_units/handling_unit/qualifier

Qualifies the handling unit

See Units, Statuses, and Enumerations

String

 

 

handling_units/handling_unit/amount

Number of handling units

INTEGER

 

 

temperature

Temperature range

False

transport_unit

A unit containing loading tackle data (e. g. pallet details). See Transport Unit

False

vehicle

Vehicle type

CHAR(50)

Jumbo

False

volume

Load volume. Attribute “unit” contains one of supported volume units. See Measurement and Units, Statuses, and Enumerations

FLOAT

30.6

False

weight

Load weight, Attribute “unit” contains one of supported weight units. See Measurement and Units, Statuses, and Enumerations

FLOAT

15.5

False

 

Note, by default storage positions and measurement values of deliveries (weight, volume, loading meter and distance) get aggregated to be displayed on transport order level. Please inform Transporeon project team if you like to change default aggregation method or to populate the values on transport order level.