Skip to content

Retrieve Shipping Labels

GET
/shipping/labels?shipment_ids[]={shipment_ids}

Fetch shipping labels for the specified shipment IDs.

Parameters

Query Parameters

shipment_ids
required
string

Comma-separated list of shipment IDs to retrieve labels for.

Responses

200

A PDF file containing the shipping label, as well as a return label if one was purchased.

404

Shipment IDs not found, or no label was purchased for the given shipment.