Retrieve Shipping Labels
GET /shipping/labels?shipment_ids[]={shipment_ids}
GET
/shipping/labels?shipment_ids[]={shipment_ids}
Fetch shipping labels for the specified shipment IDs.
Note that you must include the header Accept: application/pdf
to receieve the labels as a PDF document.
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” shipment_ids
required
string
Comma-separated list of shipment IDs to retrieve labels for.
Responses
Section titled “ Responses ”A PDF file containing the shipping label, as well as a return label if one was purchased.
Shipment IDs not found, or no label was purchased for the given shipment.