Skip to main content

Barcodes

Scoping Questions
  1. What barcode formats are in use? (EAN-13, UPC-A, Code 128, etc.)
  2. Are price-embedded barcodes used?
  3. Are weight-embedded barcodes used?
  4. Are any custom barcode formats required?
Configuration Examples
Barcode format configuration
<retail:barcodeFormat
xmlns:core="http://www.enactor.com/core"
xmlns:retail="http://www.enactor.com/retail">
<retail:formatId>EAN13</retail:formatId>
<retail:descriptions>
<core:string language="en" country="GB">EAN-13 Barcode</core:string>
</retail:descriptions>
<retail:barcodeType>EAN13</retail:barcodeType>
<retail:length>13</retail:length>
<retail:checkDigitValidation>true</retail:checkDigitValidation>
<retail:priceEmbedded>false</retail:priceEmbedded>
</retail:barcodeFormat>