v1
latestOpenAPI 3.0.12026-08-0688138402.2 KBPrint client
Create a print job batch
Creates a batch of prints jobs to be printed in the specified order on a specified host.
Related articles:
post/print_jobs/batch
Request body
Example request
{
"host_name": "WAREHOUSE-PC-01",
"print_jobs": [
{
"document_id": 11460,
"document_type": "shipment",
"printer_name": "GK420D",
"label_format": "10x19_zpl"
}
]
}Response
Successful.