Get Specific Packaging
Fetch details of a specific packaging.
/packaging/:packaging_id
GET
https://api.terminal.africa/v1/packaging/:packaging_id
This endpoint allows you to retrieve details of a specific packaging.
Path Parameters
Name
Type
Description
packaging_id
string
Unique packaging_id for packaging.
Headers
Name
Type
Description
Authorization*
string
Set value to Bearer SECRET_KEY
{
status: true,
message: 'Packaging retrieved successfully',
data: {
height: 5,
id: 'LsuiGzcYlz4dKRYnEXeobJu9gnVbQVXN',
length: 40,
name: 'Soft Packaging',
packaging_id: 'PA-97263925515',
size_unit: 'cm',
type: 'soft-package',
weight: 0.01,
weight_unit: 'kg',
width: 30,
created_at: '2021-07-13T20:25:53.011Z',
updated_at: '2021-07-13T20:25:53.011Z'
}
}
Last updated
Was this helpful?