Enqueue a print job
Enqueue a print job to a paired, non-revoked print station. The station’s agent picks it up on its next long-poll. Provide the payload as payload_base64 (binary/PDF bytes) or payload_text (raw ZPL command stream) — exactly one is required. If printer_name is supplied it must match a printer available on the station.
Authorizations
Authenticate using a bearer token. To create a token, navigate to /settings/api-tokens and click Create API Token.
Path Parameters
ID of the target print station.
Body
Payload format.
zpl, pdf Job kind. Defaults to raw.
shipping_label, packing_slip, raw Target printer name. Must match a printer available on the station; omit to use the station default.
Base64-encoded payload (binary/PDF bytes). Required when payload_text is not provided.
Raw text payload (e.g. a ZPL command stream). Required when payload_base64 is not provided.
Number of copies to print. Defaults to 1.
1 <= x <= 10Arbitrary metadata echoed back on the job.
Response
Print job enqueued