- You can purchase the shipment object you created in the last step
- You can purchase a label without a shipment object in a single call
HTTP Method
POSTURL
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 providedrate.
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 callRequest Payload
Shipment
Examples
Request sample for a shipment in one call
cURL
Response sample for a shipment in one call
