Element | Type | Mandatory / Optional | Length | Direction | Comments |
---|
Barcode | string | | - | | This is the SSCC barcode. If no SSCC is provided, OneFlo will generate a barcode for you. |
ConsignmentID | long | | - | | ID of the record in the OneFlo database. Not required on creation. When updating an existing consignment, provide the ConsignmentID. |
ConsignmentProduct | Product | | - | | This is a complex type for the definition of Dangerous Goods. |
Description | string | | 40 | | A description of the goods being shipped. |
ExchangeReturnable | boolean | | - | |
|
Height | float | | - | | Height of item in centimetres (cm). |
ItemNo | int | | - | | The index (starting 1) or otherwise known as ordinal integer. e.g. if there are 3 packages, this will enumerate package 1, package 2, and package 3 |
ItemType | string | | 20 | | Item Code - could be your warehouse Shipping Unit code (i.e. Carton_12X or CHEP_Pallet) |
Length | float | | - | | Length of item in centimetres (cm). |
ModifiedBy | int | | - | |
|
NoItems | int | | 1... | | Total Number of SUs for the consignment. Must be a positive integer. Ideally when enumerating items, this must have a value of '1'. |
PackagingType | string | | 20 | | Should be one of the available packaging types in OneFlo. Shipping Items - Packaging Type. |
Palletised | boolean | | - | | Non-mandatory, please see Packaging Type. |
ProductID | int | | - | |
|
Reference | string | | 20 | | Item Reference associated to the order. This is useful for consolidated items where items need to be identified into which particular order it's under. This can also be used to indicate specifically which references are associated to the shipping unit. |
Returnable | string | | 20 | |
|
Volume | float | | - | | Cubic metres (m3). Up to 3 decimal places. |
Weight | float | | - | | Weight of the item in kilograms (kg). |
Width | float | | - | | Width of item in centimetres (cm). |