Convert a UPC-A into an SGTIN-96 EPC.
const result = encodeSgtin96FromUpcA({ upc: '036000291452', companyPrefixLength: 6, serial: 123, indicatorDigit: 1,});result.fields;// => { filter: 1, partition: 5, companyPrefix: '0036000', itemReference: '129145', serial: '123' } Copy
const result = encodeSgtin96FromUpcA({ upc: '036000291452', companyPrefixLength: 6, serial: 123, indicatorDigit: 1,});result.fields;// => { filter: 1, partition: 5, companyPrefix: '0036000', itemReference: '129145', serial: '123' }
Convert a UPC-A into an SGTIN-96 EPC.