CartItemPriceCalculation
Represents the pricing calculation for cart item prices based on quantity
This page contains
Fields
quantity: Decimal | Represents the quantity used for calculation |
salePrice: Decimal! | Represents the sale price |
totalPrice: Decimal! | Represents the total price |
salePriceTaxIncluded: Decimal | Represents the sale price included tax |
totalPriceTaxIncluded: Decimal | Represents the total price including tax |
Parent objects of CartItemPriceCalculation
CartItemPrice PREVIEW | Represents the effective(applied) price of the cart item |
CartItemPriceSource PREVIEW | Represents the price source information for externally configured prices |