Update Parcel
Update a parcel for a shipment.
put
https://api.terminal.africa
/v1/parcels/:parcel_id
/parcels/:parcel_id
This endpoint allows you to update information in an existing parcel. Only unused parcels can be updated.
Parameters
Path
parcel_id*
String
Unique parcel_id for parcel.
Header
Authorization*
String
Set value to
Bearer SECRET_KEY
Content-Type
String
Set value to
application/json
Body
description
String
Description of items in parcel.
items
Array
metadata
Object
Additional information for a parcel.
packaging
String
Unique packaging_id to be used in parcel.
Responses
200: OK
Parcel updated successfully.
Last modified 6mo ago