Parcels
IMPORTANT - You can only add, update and delete parcels for a draft job.
Parcels represent the individual packages within a delivery. A parcel belongs to a delivery and deliveries can have many parcels. Parcels contain the following data:
- Details of the parcel contents.
- Parcel size and weight.
- Parcel value (used for insurance purposes).
- External reference numbers associated with the parcel.
- Whether the parcel requires an age check to be performed.
When creating a job, the parcel_external_id field is used to match pickups with deliveries. For this reason, the parcel_external_id
field must be unique within a job.
Parcel Insurance
You can add insurance for a parcel by passing the parcel_insurance_value
field. The pricing for parcel insurance is as below:
Parcel Insurance Value Sent to API (£) | Cost (£) |
---|---|
0.00 - 100 | 0.00 |
100.01 - 1000 | 2.00 |
1000.01 - 2000 | 5.00 |
2000.01 - 3000 | 5.00 |
3000.01 - 4000 | 5.00 |
4000.01 - 5000 | 5.00 |
5000.01 - 6000 | 10.00 |
6000.01 - 7000 | 35.00 |
7000.01 - 8000 | 40.00 |
8000.01 - 9000 | 45.00 |
9000.01 - 10000 | 50.00 |
Updated over 2 years ago