Packaging
The Packaging API allows you to create and manage packaging used on parcels.
The Packaging Object
This section describes the different attributes available for packaging.
Attribute
Type
Description
height
number
Height of packaging.
id
string
Unique identifier for packaging.
length
number
Length of packaging.
name
string
Name of packaging.
packaging_id
string
Unique reference for packaging.
size_unit
string
Size unit of packaging, only cm accepted at this time.
type
enum
Type of packaging, accepted values are box, envelope and soft-package.
weight
number
Weight of packaging.
weight_unit
string
Weight unit of packaging, only kg accepted at this time.
width
number
Width of packaging.
created_at
datetime
Time packaging created.
updated_at
datetime
Time packaging last updated.
Last updated