| Name | Type | Description | Notes |
|---|---|---|---|
| productId | String | Product identifier | |
| category | CategoryEnum | Merchant category | |
| source | SourceData | [optional] | |
| title | String | Product title | |
| image | String | Product image URL | |
| url | String | Merchant store URL | |
| price | Double | Product price | [optional] |
| currency | String | Product price currency | [optional] |
| isUpToDate | Boolean | Indicates if product in up to date on Dive database | [optional] |
| isExact | Boolean | Indicates if product is an exact match | [optional] |
| country | String | Country information. Only for travel products | [optional] |
| region | String | Region information. Only for travel products | [optional] |
| city | String | City information. Only for travel products | [optional] |
| address | String | Address information. Only for travel products | [optional] |
| postalCode | String | Postal code information. Only for travel products | [optional] |
| rating | Double | Rating information. Only for travel products | [optional] |
| Name | Value |
|---|---|
| FASHION | "fashion" |
| ELECTRO | "electro" |
| MERCH | "merch" |
| TRAVEL | "travel" |