CartItemPrice
Applied price for the cart item
This page contains
Fields
| id: ID | Unique identifier for the price |
| description: String | Brief description of the price |
| type: CartItemPriceType! | Type of the price |
| category: CartItemPriceTypeCategory! | Category of the price type |
| pricingStrategy: CartItemPricingStrategy! | Pricing strategy applied to this price |
| unit: String | Unit type for unit-based pricing |
| definition: CartItemPriceDefinition! | Price definition details |
| calculations: [CartItemPriceCalculation!]! | Price calculations based on quantity |
| increment: Decimal | Required increment quantity for purchase |
| discountCode: String | Discount code if price is part of an applied discount |
Parent objects of CartItemPrice
| CartItem | A single item in the cart |