CartItem
A single item in the cart
This page contains
Fields
id: ID! | Unique identifier of the cart item |
pricingPlan: PricingPlan! PREVIEW | Pricing plan of the cart item |
edition: CartItemEdition! | Edition of the cart item |
product: CartItemProduct! | Product of the cart item |
isAddonItem: Boolean! | Weather this is an addon item |
parentItemId: String | ID of the parent cart item for addon items. Only populated when isAddonItem is true |
discount: CartItemDiscount | Discount information applied to the cart item |
customAttributes: CartItemCustomAttributes | Custom attributes for the cart item |
units: [CartItemUnit!]! | Unit configurations for the cart item |
prices: [CartItemPrice!]! | Applied prices for the item |
vendorSpecialPricingDetails: CartItemVendorSpecialPricingDetails | Special pricing details provided by the vendor |
paymentSchedule: CartItemPaymentSchedule! | Payment schedule for the cart item |
unitsAllocationsForAccounts: [UnitsAllocationsForAccount] | Unit allocations across multiple child accounts (companies) |
Parent objects of CartItem
Cart | A user's cart containing items to be purchased |
Queries for CartItem
activeCart | Retrieves the active cart for the current user |
activeCartOfUser | Retrieves the active cart for a specific user |