Print Document
Generate and print various shipping-related documents required for international shipping and customs clearance. With this endpoint, you can specify details of the document you wish to print, submit necessary information, and receive a formatted document in return, typically in the PDF format.
Path parameters
A unique identifier for the carrier associated with the shipping account. This code is typically alphanumeric and helps in identifying the specific carrier linked to the shipping account.
A unique identifier for the specific shipment for which the document is being printed. This ID is used to reference and track specific shipments within the system. <br /> <br />Note: This ID can be 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.