Retrieve the labels and customs documents of a specific parcel in an Allocated
consignment.
Note: You can also use this operation if the consignment lifecycle status is Printed
or Ready to manifest
.
Tip: To generate the labels or documents from the strings included in a successful response, you must first decode the strings by using a Base64 encoder/decoder and then send them to a network printer.
Parcel paperwork strings
Bad Request
Unauthorized
Forbidden
Not Found
Conflict - Wrong state for printing
Internal Server Error
{- "paperwork": {
- "labels": "string",
- "customs": "string",
- "paperless": [
- {
- "visualCode": "string",
- "instructions": "string",
- "handoffCode": "string"
}
]
}, - "links": [
- {
- "operation": "GET",
- "rel": "string",
- "href": "string"
}
]
}