Shipment_properties table
The Shipment_properties table contains custom properties for the shipment, for instance transportation mode, business unit, carrier etc.
Data type | Description |
---|---|
bigint | Big integer, large number. |
decimal | Number with decimal point, in |
double | Double; 8-byte double-precision floating point numbers. |
int | Integer, whole number. |
string | String, text. |
ts | Timestamp, in |
Item | Data type | Description |
---|---|---|
shipment_reference | string | Primary key. Foreign key. |
property_name | string | Name of the property. Example:
|
property_value | string | The value of the property type defined in Example:
|