Attributes
Attribute | Type | Description |
---|---|---|
name | string | name of the product |
quantity | integer | quantity of the product |
unitPrice | Amount Object | price of a single item |
totalAmount | Amount Object | total price |
brand | string | the brand of the product |
productUrl | string | url of the product page |
imageUrl | string | image url of the product |
category | string | category of the product |
variant | Array | list of variants of the products in the form of key: value pair object. E.g.: {color: "Blue"} |