Dynamic properties

These are additional properties that can be added to a package for better routing. To add them, you must first check their existence, in case they do not exist, you can configure some in your company. Properties available for all companies:

IdNameUnitType

19

Volume

m3

number

34

Fragile

si/no

boolean

Detail

PropertyTypeDescriptionRequiredConstraint

id

string

Property identifier (Consult with tech)

SI

-

name

string

Property name.

SI

-

value

string

Value of the property.

SI

It can be number or boolean, depending on the property configuration.

Example

{
    "id": "19",
    "name": "Volume",
    "value": "2"
}