Reprint
Reprint-label
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.
POST
/
api
/
v1
/
core
/
reprint-labels
Authorizations
Authorization
string
headerrequiredBody
application/json
accounts
object[]
A list of accounts involved in the label reprint request.
callerType
string
The type of entity making the reprint request (e.g., SHIPPER or CARRIER).
labels
object[]
A list of labels to be reprinted, including the format and unique label ID.
Response
200 - application/json
errors
object[]
labelId
string