identifier

Specifies a unique reference used to identify the offer. Helps provide accurate search results.

Required
No
Expected Type
Object

type

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
No
Expected Type
String

Correct 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
No
Expected Type
String

Correct Example

JSON
"value": "1234567890123"

Incorrect Example

JSON
"value": "GTIN 1234567890123"