--- title: LineItemGroup - GraphQL Admin description: A line item group (bundle) to which a line item belongs to. api_version: 2025-07 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-07/objects/LineItemGroup md: https://shopify.dev/docs/api/admin-graphql/2025-07/objects/LineItemGroup.md --- # Line​Item​Group object Requires `read_orders` access scope. A line item group (bundle) to which a line item belongs to. ## Fields * custom​Attributes [\[Attribute!\]!](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/Attribute) non-null A list of attributes that represent custom features or special requests. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/ID) non-null A globally-unique ID. * product​Id [ID](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/ID) ID of the product of the line item group. * quantity [Int!](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/Int) non-null Quantity of the line item group on the order. * title [String!](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/String) non-null Title of the line item group. * variant​Id [ID](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/ID) ID of the variant of the line item group. * variant​Sku [String](https://shopify.dev/docs/api/admin-graphql/2025-07/scalars/String) SKU of the variant of the line item group. *** ## Map ### Fields with this object * {}[LineItem.lineItemGroup](https://shopify.dev/docs/api/admin-graphql/2025-07/objects/LineItem#field-lineItemGroup) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/2025-07/interfaces/Node) interface *** ## ||-LineItemGroup Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/2025-07/interfaces/Node)