Newer Version Available

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

ConnectApi.CartItemInput

An item in a cart.
Property Type Description Required or Optional Available Version
productId String ID of the product. Required when adding an item to a cart

Not supported when updating a cart item

49.0
quantity String Quantity of the cart item. Use a value that can be converted to BigDecimal. Required 49.0
type ConnectApi.​CartItemType Type of item in a cart. Value is Product. Required when adding an item to a cart

Not supported when updating a cart item

49.0