identifier
Specifies a unique reference used to identify the offer. Helps provide accurate search results.
Required
NoExpected Type
Objecttype
Description
Specifies the kind of identifier being used. Provides the correct context for the value.
Guideline
Use a standard identifier name in uppercase format.
Required
NoExpected Type
StringCorrect Example
JSON
"type": "GTIN"
Incorrect Example
JSON
"type": "GLOBALTRADENUMBER"
value
Description
The actual code used to identify the offer. Enables precise lookup of the offer.
Guideline
Must match the format for the corresponding identifier type.
Required
NoExpected Type
StringCorrect Example
JSON
"value": "1234567890123"
Incorrect Example
JSON
"value": "GTIN 1234567890123"