Create a Label from a Shipment
Similar to our example in Quickstart: Create a Label, we're going to request a label using USPS with the Stamps.com carrier that's included with your account.
Using a shipment_id
to create a label, is the quickest way to create a label after you've successfully planned your shipment. There are additional options you can include to modify the way your label is formatted.
The properties used to set these options can be provided in the body of your request
Example
POST v1/labels/shipment/:shipment_id
That's it, your label is available for downloading using the label_download.href URL provided in the response.