An item in a Basket View Source model/Basket.d.ts, line 13 Members Type: string # description Optional Longer description of the basket item. View Source model/Basket.d.ts, line 23 Type: string # label Short label for the basket item. View Source model/Basket.d.ts, line 19 Type: number # quantity Optional The number of units of the item in the basket if multiple is possible. View Source model/Basket.d.ts, line 28 Type: any # tags Optional Additional key/value pairs for the item defined by the merchant. View Source model/Basket.d.ts, line 48 Type: number # totalPrice Optional The total price of the item. May be positive or negative. View Source model/Basket.d.ts, line 43 Type: string # unitMeasure Optional Optional display string for the measure of the unit. View Source model/Basket.d.ts, line 38 Type: number # unitPrice Optional The unit price of the item. May be positive or negative. View Source model/Basket.d.ts, line 33