-
Improvement
-
Resolution: Fixed
-
Normal
-
None
-
None
- Relevant discussion
The warning “The barcode you entered is not a valid UPC or EAN code. Please double-check the barcode on the release.” shouldn't be shown for these 14-digit zero-padded GTIN barcodes. (See the GS1 standard for more details about GTIN which is basically subsuming EAN and UPC with backwards compatibility.) - Further discussion
The barcode submission API and the release editor should have the same behavior:- Reject 17-digit/18-digit barcode through the API
- Validate GTIN-8 (EAN-8) barcode through the release editor
- Make the release editor to detect 2-digit/5-digit add-on code and to suggest adding it to the annotation field, following the current release style guidelines.
- Replace the property gtin14 with the new gtin (for valid GTIN code) or identifier (otherwise) in the JSON-LD serialization of release (in release page’ HTML code).
- is related to
-
MBS-13468 Support GTIN (EAN/UPC) barcode 2-digit/5-digit add-on
- Open