Barcodes

Tags:

The API V7 has introduced mechanisms for working with product barcodes. You can now find a product by its barcode using the method IOperationService.GetProductByBarcode. You can also retrieve a list of all barcodes used by a product. For this, the interface IProduct has been enhanced with a list of packaging types IProduct.BarcodeContainers, from which you can find the barcodes using the property IBarcodeContainer.Barcode.