/Api/ConsignmentPrint

The ConsignmentPrint API method allows only HTTP Post actions at this moment in time. If you provide a consignment number or item barcode value, we will return your request of labels or the consignment pdf document. Note: if you provide item code, we will still return all labels.

HTTP Post

Allows request of pdf labels and/or consignment document.

Request Properties

Property Name Required Description
ConsignmentNumber The consignment number. If this is not provided, the barcode is required
Barcode The article barcode of a item. If this is not provide, the consignment number is required
IncludeLabelsPdf If true, include the consignment labels in the response
IncludeConsignmentPdf If true, include the consignment print in the response

Example Post

Request (json)

Error Codes

Error Code Description
1301 Does not exist
1302 No values provided