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! | Type of association (ADDON or DOMAIN) |
Parent objects of CartItemAssociation
| Cart | A user's cart containing items to be purchased |
Queries for CartItemAssociation
| activeCart | Retrieves the active cart for the current user |
| activeCartOfUser | Retrieves the active cart for a specific user |