Skip to content

Print Label

Request WMS to print a label for shipping or identification.

Direction WCS → WMS

HTTP Method POST

Path /label/print

{
"shippingLabelBarcode": "SHIP123456789",
"printer": "AA001",
"customerOrderId": "CUST12345",
"fullyPicked": true,
"port": "1",
"operator": "User1"
}

200: Print label request accepted

{
"message": "Success"
}

400: Invalid request data

{
"message": "Bad Request"
}

401: Authentication failed

{
"message": "Unauthorized"
}