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