Preview

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

CartItemAssociation

Represents an association between items in the cart

This page contains

    Fields

    parentItemId: ID!

    Unique identifier of the parent cart item

    childItemIds: [ID!]!

    List of child item identifiers associated with the parent cart item (e.g., addons)

    type: CartItemAssociationType! PREVIEW

    Type of association (ADDON or DOMAIN)

    Parent objects of CartItemAssociation

    Cart PREVIEW

    A user's cart containing items to be purchased

    Queries for CartItemAssociation

    activeCart PREVIEW

    Retrieves the active cart for the current user

    activeCartOfUser PREVIEW

    Retrieves the active cart for a specific user