v1
latestOpenAPI 3.0.12026-07-242073551.1 MBShipments
Print Document
Request the associated Customs Documents for the printed label.
post/v4/shipments/printDocument/{carrierCode}/{shipmentId}
Path parameters
carrierCodestring required
Carrier Code
shipmentIdstring required
Shipment Id <br />The Shipment Id may be an id or a tracking/barcode number.
Request body
Example request
{
"EoriNumber": "GB23456789000",
"VatNumber": "GB 123 4567 89",
"ReasonForExport": "Gift",
"Name": "Jane Brown",
"Position": "Logistics Manager",
"SignatureImage": "iVBORw0KGgoAAAANSUhEUgAA ... A4QAAAXcCAYAAAB6Q0CbAAAAAXNSR0IArs4",
"CompanyStampImage": "iVBORw0KGgoAAAANSUhEUgAA ... A4QAAAXcCAYAAAB6Q0CbAAAAAXNSR0IArs4"
}Response
Returns the specified document for the given shipment.
Example response
{
"Document": "iVBORw0KGgoAAAANSUhEUgAA ... A4QAAAXcCAYAAAB6Q0CbAAAAAXNSR0IArs4"
}