Creating a Shippo Multi Package Shipment

Jonathan Haar
2 min readJun 22, 2021

I signed up to use shippo but noticed that you could not create a shipment that consistented of two or more packages, at least not through their UI. However, you can create multi parcel shipments via their API.

Here is how.

This curl request will create a label and purchase it all in one call. You will need to add your own UPS/Carrier account. Update this and paste it in your terminal then press enter. Once you receive a successful response, you will be able to download the label in the shippo UI.

--

--