CartItemPrice
Represents the effective(applied) price of the cart item
This page contains
Fields
id: ID | Unique identifier for the price |
description: String | Short description of the price |
type: CartItemPriceType! PREVIEW | Type of the price |
category: CartItemPriceTypeCategory! PREVIEW | Category of the price type |
pricingStrategy: CartItemPricingStrategy! PREVIEW | Pricing Stratgey used for the this price |
unit: String | Unit of the price if its unit price |
definition: CartItemPriceDefinition! PREVIEW | Price definition for the price |
calculations: [CartItemPriceCalculation!]! PREVIEW | Calculated price information |
increment: Decimal | Quantity in increments that user needs to buy |
discountCode: String | Represent discountCode if price belongs to the applied discount of the cart item |
Parent objects of CartItemPrice
CartItem PREVIEW | Represents single item in the cart |