Print storage unit labels for a receipt
Goods In: Receipts
Print storage unit labels for a receipt
Generate storage unit labels for a goods in receipt. 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 storage unit labels for a receipt
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
storage_unit_id | No | Specific storage unit to print label for (omit for all on receipt) |
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) |
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 goods in receipt
Body
application/json
Response
Label print job created successfully (when cloud_print is true) or PDF binary stream (when cloud_print is false)

