Create a Label from a Rate
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.
When you use a rate_id
to create a label you have already done the hard part. We persist all of the rate information, just pass us the rate_id
. Update the cURL command below to use a rate_id
you gathered from a previous command.
Example
POST v1/labels/rates/:rate_id
Example Request
Example Response
That's it, your label is available for download using the label_download.href URL provided in the response.