Update Parcel
Update a parcel for a shipment.
/parcels/:parcel_id
PUT
https://api.terminal.africa/v1/parcels/:parcel_id
This endpoint allows you to update information in an existing parcel. Only unused parcels can be updated.
Path Parameters
Name
Type
Description
parcel_id*
String
Unique parcel_id for parcel.
Headers
Name
Type
Description
Authorization*
String
Set value to Bearer SECRET_KEY
Content-Type
String
Set value to application/json
Request Body
Name
Type
Description
description
String
Description of items in parcel.
items
Array
List of items in parcel. Array of parcel item objects representing the items in the parcel.
packaging
String
Unique packaging_id to be used in parcel.
metadata
Object
Additional information for a parcel.
Last updated