--- title: New fields to represent product bundles in a grouped view - Shopify developer changelog description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/support-bundles-grouped-view-fields-in-graphql-api md: https://shopify.dev/changelog/support-bundles-grouped-view-fields-in-graphql-api.md --- [Back to Developer changelog](https://shopify.dev/changelog) January 1, 2025 Tags: * Admin GraphQL API * Customer Account API * 2025-01 # 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).