Update Package

Use this API to update a package and return a formatted label (ZPL file) which you can send to a ZPL-compatible label printer. Read more about the package object.

Response (Output) Params
ParameterDescription
fleet_package_label_id
string
The package's unique barcode ID, which can be included on carrier labels and used to match packages with orders if the main label is lost or if the carrier sends updates using their own barcode.
label_base64
string
The shipping label, encoded in base64 format.
label_url
string
The URL of the shipping label.
Body Params
int32
required

Bringg's ID for the package. Required when external_id is not included.

string

A description of the package.

string

Your external system's ID for this package. Required if id is null.

string

Your external system's ID for the associated order. Required if task_id is not included.

string

Your external system's ID for the carrier assigned to the related order.

string
required

The measurement unit for the package height. Possible values: mm, cm, m, km, in, yd, ft-us, ft, mi

float
required

The package height.

string
required

The measurement unit for the package length. Possible values: mm, cm, m, km, in, yd, ft-us, ft, mi

float
required

The package length.

string

The package title.

string

A note related to this package.

int32

When an order contains multiple packages, include a sequence number for each package to quickly identify individual packages.

int32

Bringg's ID for the associated order. Required if external_task_id is not included.

string

The measurement unit for the package volume. Required if volume_value is included. Possible values: mm3, cm3, ml, cl, dl, l, kl, m3, km3, krm, tsk, msk, kkp, glas, kanna, tsp, Tbs, in3, fl-oz, cup, pnt, qt, gal, ft3, yd3

float

The package volume. Required if volume_unit is included.

string
required

The measurement unit for the package weight. Possible values: mcg, mg, g, kg, mt, oz, lb, t

float
required

The package weight.

string
required

The measurement unit for the package width. Possible values: mm, cm, m, km, in, yd, ft-us, ft, mi

float
required

The package width.

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json