input CreateLabelResourceInput
Fields
| Field | Type | Description |
|---|---|---|
paper_pdf_location | String | URL for the paper PDF location resource. |
thermal_pdf_location | String | URL for the thermal PDF location resource. |
pdf_location | String | URL for the PDF location resource. |
image_location | String | URL for the image location resource. |
Referenced By
Example
{
"paper_pdf_location": "https://example.com/labels/SHIP-1001.pdf",
"thermal_pdf_location": "https://example.com/labels/SHIP-1001.pdf",
"pdf_location": "https://example.com/labels/SHIP-1001.pdf",
"image_location": "https://example.com/images/blue-tee.jpg"
}