In Product Opener, barcodes are stored as strings (in the "code" field), not integers. One reason is that they can contain leading 0s. Internally, for the Producers platform, we also prefix barcodes with organization ids. (e.g. "org-something:[barcode]").
Related to #136