CartItem
Represents single item in the cart
This page contains
Fields
id: ID! | Unique Identifier of cart item |
pricingPlan: PricingPlan! PREVIEW | PricingPlan of the cart item |
edition: CartItemEdition! PREVIEW | Edition of the cart item |
product: CartItemProduct! PREVIEW | Product of the cart item |
isAddonItem: Boolean! | Identifies if the cart item is an addon item or not |
parentItemId: String | Identifier for the Main cart item id to which addon item is associated. Populated only if isAddonItem is true, null otherwise |
discounts: [CartItemDiscount!]! PREVIEW | Information of the discounts applied to cart the item |
customAttributes: CartItemCustomAttributes PREVIEW | Custom attributes information for cart item |
units: [CartItemUnit!]! PREVIEW | Units information for cart item |
prices: [CartItemPrice!]! PREVIEW | Effective(applicable) prices for the item |
vendorSpecialPricingDetails: CartItemVendorSpecialPricingDetails PREVIEW | Represents the details for special pricing provided by the vendor if applicable |
paymentSchedule: CartItemPaymentSchedule! PREVIEW | Cart item payment schedule information |
Parent objects of CartItem
Cart PREVIEW | The cart of a user containing one or more items to be purchased |
Queries for CartItem
activeCart PREVIEW | Retrieves active cart of the user |
activeCartOfUser PREVIEW | Retrieves active cart of the user |