Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.42 KB

File metadata and controls

35 lines (28 loc) · 1.42 KB

Product

Properties

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]

Enum: CategoryEnum

Name Value
FASHION "fashion"
ELECTRO "electro"
MERCH "merch"
TRAVEL "travel"