The Label Insight Global Retailer Schema is the default schema for all product data delivered for international retailers (Non-US) via the Products API or to Label Insight's hosted SFTP.
Data Types
Global Retailer Schema along with the associated data type for each field.
{
"upc": "String",
"brand": "String",
"productTitle": "String",
"gtinFormats": {
"upc12NoCheckDigit": "String",
"gtin14": "String",
"gtin12": "String"
},
"attributes": [
{
"name": "String"
},
{
"name": "String"
},
{
"name": "String"
}
],
"lastUpdatedTimestamp": "IsoTimestamp"
}
{
"upc": "894936000544",
"brand": "TUTTI",
"productTitle": "CHOCOLATE ALMOND & CINNAMON gourmet BISCOTTI",
"gtinFormats": {
"upc12NoCheckDigit": "089493600054",
"gtin14": "00894936000544",
"gtin12": "894936000544"
},
"attributes": [
{
"name": "Kosher"
},
{
"name": "Gluten-Free"
},
{
"name": "Made In Canada Stated"
}
],
"lastUpdatedTimestamp": "2025-02-20T22:22:33.705608Z"
}