# ComponentizableCartLine - storefront - OBJECT Version: 2024-10 ## Description Represents information about the grouped merchandise in the cart. ### Access Scopes ## Fields * [attribute](/docs/api/storefront/2024-10/objects/Attribute): Attribute - An attribute associated with the cart line. * [attributes](/docs/api/storefront/2024-10/objects/Attribute): Attribute! - The attributes associated with the cart line. Attributes are represented as key-value pairs. * [cost](/docs/api/storefront/2024-10/objects/CartLineCost): CartLineCost! - The cost of the merchandise that the buyer will pay for at checkout. The costs are subject to change and changes will be reflected at checkout. * [discountAllocations](/docs/api/storefront/2024-10/interfaces/CartDiscountAllocation): CartDiscountAllocation! - The discounts that have been applied to the cart line. * [estimatedCost](/docs/api/storefront/2024-10/objects/CartLineEstimatedCost): CartLineEstimatedCost! - The estimated cost of the merchandise that the buyer will pay for at checkout. The estimated costs are subject to change and changes will be reflected at checkout. * [id](/docs/api/storefront/2024-10/scalars/ID): ID! - A globally-unique ID. * [lineComponents](/docs/api/storefront/2024-10/objects/CartLine): CartLine! - The components of the line item. * [merchandise](/docs/api/storefront/2024-10/unions/Merchandise): Merchandise! - The merchandise that the buyer intends to purchase. * [quantity](/docs/api/storefront/2024-10/scalars/Int): Int! - The quantity of the merchandise that the customer intends to purchase. * [sellingPlanAllocation](/docs/api/storefront/2024-10/objects/SellingPlanAllocation): SellingPlanAllocation - The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples