Newer Version Available

This content describes an older version of this product. View Latest

ConnectApi.AbstractCartItem

A cart item.

This class is abstract.

Superclass of:

Property Name Type Description Available Version
cartId String ID of the cart. 49.0
cartItemId String ID of the item. 49.0
messagesSummary ConnectApi.​CartMessagesSummary Messages summary for the item. 49.0
name String Name of the item.
productDetails ConnectApi.​CartItemProduct Summary of the product details. 49.0
productId String ID of the product. 49.0
quantity String Quantity of the item. 49.0
type ConnectApi.​CartItemType Type of item in a cart. Values are:
  • DeliveryCharge
  • Product
49.0