# CheckoutLineItem - storefront - OBJECT Version: 2024-04 ## Description A single line item in the checkout, grouped by variant and attributes. ### Access Scopes `unauthenticated_read_product_listings` access scope. ## Fields * [customAttributes](/docs/api/storefront/2024-04/objects/Attribute): Attribute! - Extra information in the form of an array of Key-Value pairs about the line item. * [discountAllocations](/docs/api/storefront/2024-04/objects/DiscountAllocation): DiscountAllocation! - The discounts that have been allocated onto the checkout line item by discount applications. * [id](/docs/api/storefront/2024-04/scalars/ID): ID! - A globally-unique ID. * [quantity](/docs/api/storefront/2024-04/scalars/Int): Int! - The quantity of the line item. * [title](/docs/api/storefront/2024-04/scalars/String): String! - Title of the line item. Defaults to the product's title. * [unitPrice](/docs/api/storefront/2024-04/objects/MoneyV2): MoneyV2 - Unit price of the line item. * [variant](/docs/api/storefront/2024-04/objects/ProductVariant): ProductVariant - Product variant of the line item. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples