woocommerce / woocommerce-ios

WooCommerce iOS app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
312 stars 112 forks source link

Barcode Scanner should support SKU and global_unique_id field #13913

Open AashikP opened 2 months ago

AashikP commented 2 months ago

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:

image

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

dangermattic commented 2 months ago

Thanks for reporting! 👍