Skip to main content
enum

The identifier standard that a barcode value conforms to. A single value can satisfy more than one standard, so declare the standard that the merchant or supplier assigned. If no BarcodeType is provided, then no standard was declared and the value is stored as entered.

Amazon Standard Identification Number. Assigned by Amazon and unique to its catalog.

International Article Number. Used mainly outside North America, as a 13-digit EAN-13 or an 8-digit EAN-8.

Global Trade Item Number. Accepts 8, 12, 13, and 14-digit codes. Use GTIN when the code is registered with GS1. Acceptable formats are GTIN-8, GTIN-12 (UPC) GTIN-13 (EAN) and GTIN-14.

International Standard Book Number. The 10-digit or 13-digit code assigned to a book. A 13-digit ISBN is also an EAN-13.

Universal Product Code. Used mainly in North America, as a 12-digit UPC-A or an 8-digit UPC-E.


Was this section helpful?

•INPUT OBJECT

The input fields for barcodes that are associated with a product variant. A variant accepts up to 20 barcodes, and a given variant input can't set both barcode and barcodes. Refer to the ProductVariantBarcode object for how these barcodes are returned.

•OBJECT

A barcode associated with a product variant.

A variant supports up to 20 barcodes, each of which can have a type. Barcode types are validated against their respective format standards.


Was this section helpful?