Print a pick label for a storage unit
Storage Units
Print a pick label for a storage unit
Generate a pick label for a storage unit. When cloud_print is true, the label is sent directly to the specified printer. When cloud_print is false or omitted, the response is a PDF binary stream (not JSON).
POST
Print a pick label for a storage unit
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
cloud_print | No | When true, sends to printer via PrintNode instead of returning PDF |
printer_id | No | PrintNode printer ID (required when cloud_print is true) |
quantity | No | Number of copies to print |
task_id | No | Associated task ID for context on the label |
Response Behavior
- With
cloud_print: true: Returns JSON acknowledgement that the print job was sent - Without
cloud_print: Returns a PDF binary stream (application/pdf)
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the storage unit
Body
application/json
Response
Label print job created successfully (when cloud_print is true) or PDF binary stream (when cloud_print is false)

