Endpoint - PrintManifest

If your carrier integration requires printed version of endofday manifest, you can generate PDF and the user will be able to print it from linnworks.net.

Request

Post

PrintManifestRequest

Field NameTypeDescription
AuthorizationTokenGuidAuthorization token uniquely identifying each integration profile
ManifestReferenceStringManifest reference

Sample

{
  "AuthorizationToken": "a8e53e86eead4b69beaa0afcc29b67fb",
  "ManifestReference": "RF24789373331"
}

Response

PrintManifestResponse

Field NameTypeDescription
IsErrorBooleanIndicates if there is an error
ErrorMessageString / nullError message
PDFbase64StringBase64 PDF file
{
  "IsError": false,
  "ErrorMessage": null,
  "PDFbase64": "DJHDD234872376478DDD…."
}