Get Specific Packaging
Fetch details of a specific packaging.
/packaging/:packaging_id
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
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?