GTIN

GTINs (Global trade item numbers, often called barcodes) are used to match products with external sources. A main use case for this is syndicating product reviews to other platforms or Google PLA.

Each GTIN is specified using two fields. The declared type specifies the GTIN standard and the value fields holds the GTIN string value. A detected_type will be assigned to each GTIN based on the value format.

FieldTypeDescription
declared_type
(required)
stringValid values:
- EAN
- UPC
- ISBN
value
(required)
stringThe GTIN value.
detected_type
(read-only)
stringValid values:
- EAN
- UPC
- ISBN

Automatically detected by the format of the value.

📘

Note:

A product may have more than one GTIN. However, two GTINs with identical declared type and value cannot be added.