Skip to main content

UPC-A

UPC-A encodes a 12-digit Universal Product Code. The check digit (last digit) is calculated automatically if omitted.

Mandatory properties

The following properties are available in addition to the common label object properties and common barcode properties.

PropertyTypeDescription
typestringMust be UPC-A.
textstring11 or 12 digits. May contain dynamic text.
barHeightnumberBar height.

Example

{
"type": "UPC-A",
"x": 10.0,
"y": 10.0,
"text": "012345678905",
"barHeight": 20.0,
"barWidth": 0.33
}