Skip to main content

Shipment Package Model

Less than 1 minute

Shipment Package Model

AttributeTypeDescription
PartNointegerThe part number of the consignment - e.g. 1, 2, 3 etc.
LengthCmdecimalLength of the package in centimeters.
WidthCmdecimalWidth of the package in centimeters.
HeightCmdecimalHeight of the package in centimeters.
WeightKgdecimalWeigth of the package in kg.
PackageNamestringName of the package - e.g. GSS A4 Satchel.
Charge_LineTotaldecimalTotal charge determined for this item at the time of consignment creation.
Charge_MarkedUpLineTotaldecimalTotal charge with mark up (if defined) determined for this item at the time of consignment creation.
PickedAtDateTime (Nullable)Date and time this item was picked up - will be null if not yet picked up.
DeliveredAtDateTime (Nullable)Date and time this item was delivered - will be null if not yet delivered.
RatingCodestringThe rating code of this item.
Eventsobject listThe shipment events of this item. Shipment Event Model
Last update: