# CartLine - storefront - OBJECT
Version: 2025-04

## Description
Represents information about the merchandise in the cart.

### Access Scopes



## Fields
* [attribute](/docs/api/storefront/2025-04/objects/Attribute): Attribute - An attribute associated with the cart line.
* [attributes](/docs/api/storefront/2025-04/objects/Attribute): Attribute! - The attributes associated with the cart line. Attributes are represented as key-value pairs.
* [cost](/docs/api/storefront/2025-04/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/2025-04/interfaces/CartDiscountAllocation): CartDiscountAllocation! - The discounts that have been applied to the cart line.
* [estimatedCost](/docs/api/storefront/2025-04/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/2025-04/scalars/ID): ID! - A globally-unique ID.
* [merchandise](/docs/api/storefront/2025-04/unions/Merchandise): Merchandise! - The merchandise that the buyer intends to purchase.
* [quantity](/docs/api/storefront/2025-04/scalars/Int): Int! - The quantity of the merchandise that the customer intends to purchase.
* [sellingPlanAllocation](/docs/api/storefront/2025-04/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