Skip to main content
POST
Print a pick label for a storage unit

Request Structure

Key Fields

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

Authorization
string
header
required

OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.

X-Clarus-Subdomain
string
header
required

The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.

Path Parameters

id
integer
required

The unique identifier of the storage unit

Body

application/json
data
object

Response

Label print job created successfully (when cloud_print is true) or PDF binary stream (when cloud_print is false)

data
object