labels
Created combined label document
Download a combined label file
post/v1/documents/combined_labels
Request body
Example request
{
"label_ids": [
"se-28529731"
]
}Response
The requested object creation was a success.
Example response
{
"label_download": {
"href": "https://example.com/resource",
"pdf": "https://example.com/resource",
"png": "https://example.com/resource",
"zpl": "https://example.com/resource"
}
}