At the moment, Barcode and QR Code scanner relies on the SKU value that can be found in the product's sku property , the barcode scanner maps the barcode and then we search what matches that SKU field in the merchant site. (HT @gabriel-fuentes )
With WooCommerce 9.2, we have a new global_unique_id field, which is specifically for Barcodes and other unique Identifiers:
Considering merchants will be inclined to include barcode identifiers based on the description, we should add support for the existing barcode scanner to map SKU as well as this new field.
At the moment, Barcode and QR Code scanner relies on the SKU value that can be found in the product's sku property , the barcode scanner maps the barcode and then we search what matches that SKU field in the merchant site. (HT @gabriel-fuentes )
With WooCommerce 9.2, we have a new global_unique_id field, which is specifically for Barcodes and other unique Identifiers:
Considering merchants will be inclined to include barcode identifiers based on the description, we should add support for the existing barcode scanner to map SKU as well as this new field.
Slack discussion: p1724998656978909-slack-C6H8C3G23 Customer request: 8627191-zd-a8c