Skip to main content
The final step is to purchase the shipment. This will generate your shipping label. There are two ways to purchase a shipment.
  1. You can purchase the shipment object you created in the last step
  2. You can purchase a label without a shipment object in a single call

HTTP Method

POST

URL

Purchase from created Shipment

This is a flow where we first create a shipment object (and get rates for a given shipment). Then, we purchase a label for the provided rate.

Request Payload

Note: Parameters with an * are mandatory

Example

Request Sample

cURL

Response Sample

Purchase label in one call

This is a flow where we create a shipment object from the request payload and return label for it in one call

Request Payload

Shipment

Examples

Request sample for a domestic shipment

cURL

Response sample for a domestic shipment

Request sample for an international shipment

cURL

Response sample for an international shipment

Response

A successful response includes all the details about your purchased shipment including tracking details and a link to your shipping label.
Last modified on July 16, 2026