Create Parcel
Create a parcel for a shipment.
post
https://api.terminal.africa
/v1/parcels
/parcels
This endpoint allows you to create a new parcel for a shipment.
Parameters
Header
Authorization*
string
Set value to
Bearer SECRET_KEY
Content-Type
string
Set value to
application/json
Body
description
string
Description of parcel.
items*
array
Object array of items in parcel. See Parcel Item object under MISCALLANEOUS for attributes required for each item.
metadata
object
Additional information for a parcel.
packaging*
string
Unique id of packaging used to wrap items in parcel.
weight_unit*
string
Weight unit of parcel. Only kg is allowed at this time.
Responses
200
Parcel created successfully.
Last modified 9mo ago