# CheckoutLineItem - customer - OBJECT Version: 2024-10 ## Description A line item in the checkout, grouped by variant and attributes. ### Access Scopes ## Fields * [customAttributes](/docs/api/customer/2024-10/objects/Attribute): Attribute! - An array of Key-Value pairs providing extra information about the line item. * [id](/docs/api/customer/2024-10/scalars/ID): ID! - A globally-unique ID. * [price](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2 - The price of the line item. * [quantity](/docs/api/customer/2024-10/scalars/Int): Int! - The quantity of the line item. * [title](/docs/api/customer/2024-10/scalars/String): String! - The title of the line item. Defaults to the product's title. * [unitPrice](/docs/api/customer/2024-10/objects/MoneyV2): MoneyV2 - The unit price of the line item. * [variantTitle](/docs/api/customer/2024-10/scalars/String): String - The name of the variant. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples