# New fields to represent product bundles in a grouped view — Shopify developer changelog --- ## New fields to represent product bundles in a grouped view As of API `2025-01` version, we have introduced two new fields that allow you to accurately nest component products under the parent product in a grouped view. * The new `components` field has been added to the [AbandonedCheckoutLineItem](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/AbandonedCheckoutLineItem) object in the Admin GraphQL API. Use this field to define the component products within a product bundle, ensuring a grouped view in Abandoned Checkout Emails. * The new `group` field has been added to the [LineItem](https://shopify.dev/docs/api/customer/2025-01/objects/LineItem) object in the Customer Account API. Use this field to indicate that line item products are a part of a product bundle, ensuring a grouped view in Orders Detail Pages. In addition, these fields can help you display product bundles in a grouped view in transactional emails, such as order confirmations and shipping updates. Learn how you can implement a grouped view by following [this tutorial](https://shopify.dev/docs/storefronts/themes/product-merchandising/bundles-emails). *Published: January 01, 2025* Tags: API, New Link: https://shopify.dev/changelog/support-bundles-grouped-view-fields-in-graphql-api ---