# LineItemGroup - admin-graphql - OBJECT Version: 2024-07 ## Description A line item group (bundle) to which a line item belongs to. ### Access Scopes `read_orders` access scope. ## Fields * [customAttributes](/docs/api/admin-graphql/2024-07/objects/Attribute): Attribute! - A list of attributes that represent custom features or special requests. * [id](/docs/api/admin-graphql/2024-07/scalars/ID): ID! - A globally-unique ID. * [quantity](/docs/api/admin-graphql/2024-07/scalars/Int): Int! - Quantity of the line item group on the order. * [title](/docs/api/admin-graphql/2024-07/scalars/String): String! - Title of the line item group. * [variantId](/docs/api/admin-graphql/2024-07/scalars/ID): ID - ID of the variant of the line item group. * [variantSku](/docs/api/admin-graphql/2024-07/scalars/String): String - SKU of the variant of the line item group. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples