---
title: LineItemGroup - Customer API
description: A line item group to which a line item belongs to.
api_version: 2025-07
api_name: customer
type: object
api_type: graphql
source_url:
  html: 'https://shopify.dev/docs/api/customer/2025-07/objects/LineItemGroup'
  md: 'https://shopify.dev/docs/api/customer/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/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/2025-07/objects/LineItem#field-LineItem.fields.group)

***

## Interfaces

* [Node](https://shopify.dev/docs/api/customer/2025-07/interfaces/Node)

  interface

***

## LineItemGroup Implements

### Implements

* [Node](https://shopify.dev/docs/api/customer/2025-07/interfaces/Node)
