Preview

CartItem is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

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

    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