Parcel
This type represents a single parcel within the Delivery Manager system.
Parameters:
| Parameter | Type | Default | Description | |
|---|---|---|---|---|
| 1 | code | String | - | The parcel code. This is the barcode that is assigned by the carrier after allocation. This is known as the tracking code. |
| 2 | dutyPaid | Double | 0.0 | The amount of duty paid on this particular parcel. |
| 3 | number | Integer | 1 | The number of this parcel relative to the consignment. |
| 4 | parcelDepth | Double | 0.0 | he depth of the parcel (in CM). |
| 5 | parcelHeight | Double | 0.0 | The height of the parcel (in CM). |
| 6 | parcelValue | Double | 0.0 | The value of the parcel (in GBP). |
| 7 | parcelWeight | Double | 0.0 | The weight of the parcel (in KG). |
| 8 | parcelWidth | Double | 0.0 | The width of the parcel (in CM). |
| 9 | products | Array of Product | - | Details about the products contained in this parcel. |

