Back to Features
🚚

Multi-package

ActiveShippingFREE

What it does

Handle shipments with multiple packages under a single order. POTAL calculates landed cost for each package individually and provides a consolidated total, accounting for different weights, dimensions, and contents across packages.

How to use it

1

Define packages

Create an array of packages, each with its own weight, dimensions, and declared contents.

2

Send consolidated request

POST /api/v1/shipping/multi-package with all packages in a single API call.

3

Review per-package costs

The response includes individual package costs and a consolidated total with duties and taxes.

4

Generate labels

Each package gets its own customs declaration while sharing a single shipment reference.

API Reference

POST/api/v1/shipping/multi-package

Related Features

Having issues?