Carrier Packaging
Package Basics
When you use a carrier package, this can affect things like your rate (e.g. USPS Flat Rate Boxes). Additionally, you cannot provide any dimensions for the package in the shipment
. For this example, we're going to use USPS and send a medium_flat_rate_box
.
Add the objects directly into the shipment
object. This is the same format to use when getting shipping rates as well.
Example Request
POST /v1/labels/
Instead of using custom packaging, we'll send this shipment using a USPS Medium Flat Rate Box. To send that box, we only need to know its weight, which is 9.6 ounces.
Example Response
You can now print your label and ship! Find your label by going to label_download.href
.