Comment on page
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:
Id | Name | Unit | Type |
---|---|---|---|
19 | Volume | m3 | number |
34 | Fragile | si/no | boolean |
Property | Type | Description | Required | Constraint |
---|---|---|---|---|
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. |
{
"id": "19",
"name": "Volume",
"value": "2"
}
Last modified 1mo ago