--- title: LineItemGroup - Customer API description: A line item group to which a line item belongs to. api_version: 2025-10 api_name: customer type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/objects/lineitemgroup md: https://shopify.dev/docs/api/customer/latest/objects/lineitemgroup.md --- # Line​Item​Group object A line item group to which a line item belongs to. ## Fields * current​Total​Price [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total price of the line item group, calculated by aggregating the current total price of its line item components. * discount​Information [\[Line​Item​Discount​Information!\]](https://shopify.dev/docs/api/customer/latest/objects/LineItemDiscountInformation) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The discount information for the line item group. * id [ID!](https://shopify.dev/docs/api/customer/latest/scalars/ID) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) A globally-unique ID. * image [Image](https://shopify.dev/docs/api/customer/latest/objects/Image) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The image of the line item group variant or the product image if the variant has no image. * quantity [Int!](https://shopify.dev/docs/api/customer/latest/scalars/Int) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The number of line item groups ordered. * title [String!](https://shopify.dev/docs/api/customer/latest/scalars/String) non-null[Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The title of the line item group. * total​Price​Before​Discounts [Money​V2](https://shopify.dev/docs/api/customer/latest/objects/MoneyV2) [Pre-auth accessible](https://shopify.dev/docs/apps/build/customer-accounts/order-status-page#customer-account-api) The total price of the line item group, calculated by aggregating the total price before discounts of its line item components. *** ## Map ### Fields with this object * {}[LineItem.group](https://shopify.dev/docs/api/customer/latest/objects/LineItem#field-group) *** ## Interfaces * [Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node) interface *** ## ||-LineItemGroup Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/customer/latest/interfaces/Node)