--- 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 metadata: effectiveApiVersion: 2025-01 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql - displayName: Customer Account API handle: customer-account-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2024-12-11T16:10:22-05:00' postedAt: '2025-01-01T16:01:00-05:00' updatedAt: '2024-12-19T14:00:02-05:00' effectiveAt: '2025-01-01T16:01:00-05:00' --- 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).