Parcel

Printer-friendly version

This type represents a single parcel within the Delivery Manager system.

Parameters: 
Parameter Type Default Description
1 codeString-The parcel code. This is the barcode that is assigned by the carrier after allocation. This is known as the tracking code.
2 dutyPaidDouble0.0The amount of duty paid on this particular parcel.
3 numberInteger1The number of this parcel relative to the consignment.
4 parcelDepthDouble0.0he depth of the parcel (in CM).
5 parcelHeightDouble0.0The height of the parcel (in CM).
6 parcelValueDouble0.0The value of the parcel (in GBP).
7 parcelWeightDouble0.0The weight of the parcel (in KG).
8 parcelWidthDouble0.0The width of the parcel (in CM).
9 productsArray of Product-Details about the products contained in this parcel.