Create Parcel
Create a parcel for a shipment.
/parcels
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
status: true,
message: 'Parcel created successfully',
data: {
description: true,
id: 'Zt4Xh2pbbCmeVcr5YH9lsFHGqoW3i5w3',
items: [{
description: 'Shoes purchased from Shipmonk Store',
name: 'Rubber Boots',
currency: 'NGN',
value: 25000',
weight: 2.5
quantity: 1
}],
metadata: {},
proof_of_payments: [],
rec_docs: [],
packaging: 'PA-97263925515',
parcel_id: 'PC-25164820699',
totalWeight: 2.51,
weight: 2.5,
weight_unit: 'kg',
created_at: '2021-07-13T20:25:53.011Z',
updated_at: '2021-07-13T20:25:53.011Z'
}
}Last updated
Was this helpful?