Print a pass to a device
POST
/orders/{orderId}/passes/{passId}/printRender the pass to its canonical SVG and dispatch it as a print job to a printer device. Returns the device command id (poll the devices command for status).
Parameters
orderIdpathrequiredpassIdpathrequiredRequest Body
printerId*string
type"print.ticket" | "print.label" | "print.receipt"
Response
Print job dispatched
commandId*string
Code Samples
No code examples available for this operation.