CartItemAssociation
Represents assciation used for indicating relationship between items in the cart
This page contains
Fields
parentItemId: ID! | Unique Identifier of parent cart item |
childItemIds: [ID!]! | List child items that are associated with that parent cart item e.g. addon associated with parent item |
type: CartItemAssociationType! PREVIEW | Represents CartItemAssociationType enum that can be either ADDON or DOMAIN |
Parent objects of CartItemAssociation
Cart PREVIEW | The cart of a user containing one or more items to be purchased |
Queries for CartItemAssociation
activeCart PREVIEW | Retrieves active cart of the user |
activeCartOfUser PREVIEW | Retrieves active cart of the user |