Print LPN Label

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

Returns the ZPL representation of the label.

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

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",
"container_nbr": "OBLPN1"
},
"options": {
"label_designer_code": "label_1",
"printer_name": "PRINTER1"
}
}