Parcels

Learn to create, retrieve, and list Shippo parcels.

A parcel is a Shippo object containing the shipment item’s details. These include the item’s weight and dimensions. The carrier companies can determine the shipping cost using the address and parcel details.

Create a parcel

We use the following endpoint that uses the POST method to create a new parcel object:

https://api.goshippo.com/parcels/

Request parameters

Some important input parameters are provided in the ...