# LineItemGroup - customer - OBJECT Version: 2025-01 ## Description A line item group to which a line item belongs to. ### Access Scopes ## Fields * [currentTotalPrice](/docs/api/customer/2025-01/objects/MoneyV2): MoneyV2 - The total price of the line item group, calculated by aggregating the current total price of its line item components. * [discountInformation](/docs/api/customer/2025-01/objects/LineItemDiscountInformation): LineItemDiscountInformation - The discount information for the line item group. * [id](/docs/api/customer/2025-01/scalars/ID): ID! - A globally-unique ID. * [image](/docs/api/customer/2025-01/objects/Image): Image - The image of the line item group variant or the product image if the variant has no image. * [quantity](/docs/api/customer/2025-01/scalars/Int): Int! - The number of line item groups ordered. * [title](/docs/api/customer/2025-01/scalars/String): String! - The title of the line item group. * [totalPriceBeforeDiscounts](/docs/api/customer/2025-01/objects/MoneyV2): MoneyV2 - The total price of the line item group, calculated by aggregating the total price before discounts of its line item components. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples