| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | The ID for this item in the cart. | integer | None. | 
| parentproductId | The ParentID of the product for this item in the cart. | integer | None. | 
| parentId | If this item is part of a kit or a group, this is the parent item it belongs to. | integer | None. | 
| productId | The ID of the product for this item in the cart. | integer | None. | 
| isSubscription | Indicates if the product is a subscription product. | boolean | None. | 
| productCategory | The category of the product for this item in the cart. | string | None. | 
| quantity | Quantity will be only have a non-zero fractional part for subscription items. This depends on how the subscription product is processed. In most circumstances the fractional part will be zero. | decimal number | None. | 
| price | The unit price for this line item in the cart. | decimal number | None. | 
| discount | The percentage discount that should be taken off the order line price for each item. | decimal number | None. | 
| productName | The name of the product. | string | None. | 
| webName | The web name of the product. | string | None. | 
| description | The product description. | string | None. | 
| productType | The type of product this is. | string | None. | 
| additionalDetails | The URL to retrieve or update additional details about this product in the cart. | URI | None. | 
| totalDiscount | The total discount applied for this product in the cart. | decimal number | None. | 
| totalFinalPrice | The final price user pays for this product in the cart. | decimal number | None. | 
| autoRenew | boolean | None. |