This endpoint allows users to reprint shipping labels by providing account details, caller type, and label information. It returns the label ID or any errors encountered during the process.
The request body for this endpoint accepts a JSON object that contains account details, caller type, and label information required to reprint shipping labels.
A list of accounts involved in the label reprint request.
[
{
"accountNumber": "AC0088",
"accountType": "SHIPPER"
}
]The type of entity making the reprint request (e.g., SHIPPER or CARRIER).
"SHIPPER"
A list of labels to be reprinted, including the format and unique label ID.
[{ "format": "PNG", "id": "PEBMLQJ7" }]