Authorizations
Body
application/json
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.
Example:
[
{
"accountNumber": "AC0088",
"accountType": "SHIPPER"
}
]
The type of entity making the reprint request (e.g., SHIPPER or CARRIER).
Example:
"SHIPPER"
A list of labels to be reprinted, including the format and unique label ID.
Example:
[{ "format": "PNG", "id": "PEBMLQJ7" }]