Multi-Package Shipping
Multi-package shipping is when you create multiple labels for a set of packages that are part of a single shipment. When you use multi-package shipping, you can group packages together, get discounted rates, and retrieve a one-to-many “master” tracking number for all packages in the shipment.
When submitting a request for multi-package labels, you'll add each package's details into the packages
array in the shipment object.
Requirements
- You must have the weight, dimensions, and insurance properties (if applicable) for each package in the shipment.
- You must use a carrier and service that supports multi-package shipping.
- Not all carriers and services support multi-package shipping. To learn which services support multi-package check the
is_multi_package_supported
property when listing carriers or listing carrier services. - Popular carriers that have multi-package services include FedEx, UPS, DHL Express, DHL Express Canada, DHL Express UK, FirstMile, and Purolator Canada.
- Not all carriers and services support multi-package shipping. To learn which services support multi-package check the
Example Request & Response
This example includes weight, insurance, and dimension properties for two packages. When adding insurance for multi-package shipping, you can specify unique insurance values for each package.
POST /v1/labels
Response
In the response, we consolidate all of the labels for a multi-package shipment into a multi-page PDF or ZPL file in the label_download
object. Currently, we don't support the PNG format for multi-package label downloads. However, each package will also have their own label_download
object.
Label Examples
This is the master tracking label, the first label in the series.
This is the second label in the series. It has its own "child" tracking number but also includes the master tracking number it's connected to.