--- title: LineItemGroup - GraphQL Admin description: A line item group (bundle) to which a line item belongs to. api_version: 2024-10 api_name: admin type: object api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/LineItemGroup' md: 'https://shopify.dev/docs/api/admin-graphql/2024-10/objects/LineItemGroup.txt' --- # 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/2024-10/objects/Attribute) non-null A list of attributes that represent custom features or special requests. * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null A globally-unique ID. * quantity [Int!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Int) non-null Quantity of the line item group on the order. * title [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null Title of the line item group. * variant​Id [ID](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) ID of the variant of the line item group. * variant​Sku [String](https://shopify.dev/docs/api/admin-graphql/2024-10/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/2024-10/objects/LineItem#field-lineItemGroup) *** ## Interfaces * [Node](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Node) interface *** ## ||-LineItemGroup Implements ### Implements * ||-[Node](https://shopify.dev/docs/api/admin-graphql/2024-10/interfaces/Node)