Barcodes
API V7 added mechanisms for working with product barcodes.
Now you can find a product by barcode using the method IOperationService.GetProductByBarcode
.
You can also get a list of all barcodes that are used by a product.
To do this, a list of packages IProduct.BarcodeContainers
has been added to the interface IProduct
, from which you can find out barcodes using the property IBarcodeContainer.Barcode
.