Search⌘ K

Shipments

Explore how to create shipments by sending address and parcel details to the Shippo API. Understand retrieving shipment lists and specific shipment info, handling authorization and API requests for managing shipments efficiently.

Overview

The shipment object contains the address_to, address_from, and parcel information. The address and parcel are also required to retrieve the rates list. The process of sending a parcel will be complete when we select a rate from the list of rates and call the transaction endpoint with the selected rate.

Create a shipment

We use the following endpoint that uses the POST method to create a ...