Create a shipment

In the Shippo API, creating a Shipment object will automatically retrieve a list available rates.
To create a Shipment object, call the shipment endpoint https://api.goshippo.com/shipments/. At a minimum, a shipment requires a address_from, address_to, and parcels.

To learn how to create a Shipment object, follow our guide.