Print Pallet Label

GET.../wms/lgfapi/v10/print/label/pallet/?label_designer_code=foo

Returns the ZPL representation of the label

POST .../wms/lgfapi/v10/print/label/pallet

Submits the label for printing

The “parameters” section of the request body is required in addition to the “options” section outlined below. One or more parameters are used to determine the order(s) for which the operation will be applied.

API FiltersExample Request Body for POST
{
"parameters": {
"facility_id__code": "FAC1",
"company_id_code": "COM1",
"pallet_nbr": "pallet1"
},
"options": {
"label_designer_code": "label_1",
"printer_name": "PRINTER1"
}
}