ConnectApi.PromotionCartItem

A cart item and its adjustments.
Property Name Type Description Available Version
cartDelivery​GroupId String ID of the associated cart delivery group. 57.0
cartId String ID of the associated cart. 57.0
cartItemPrice​Adjustments List<ConnectApi.PromotionCartItemPriceAdjustment> List of price adjustments applied to the cart item. 57.0
id String ID of the cart item. 57.0
itemDescription String Description of the cart item. 57.0
itemName String Name of the cart item. 57.0
listPrice String Unit list price of the cart item. 57.0
product2Id String ID of the product. 57.0
quantity String Quantity of the cart item. 57.0
salesPrice String Unit sales price of the cart item. 57.0
sku String Stock keeping unit of the cart item. 57.0
totalAdjustment​BaseAmount String Total adjustment amount for the cart item. 57.0
totalLine​BaseAmount String Total amount for the cart item, based on sales price and quantity, not including adjustments. 57.0
totalList​BaseAmount String Total amount for the cart item, based on list price and quantity, not including adjustments. 57.0
totalNetAmount String Total amount for the cart item, based on list price and quantity, including adjustments. 57.0
type ConnectApi.​CartItemType Type of item in a cart. Values are:
  • DeliveryCharge
  • Product
57.0