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
componentsfield has been added to the 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
groupfield has been added to the 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.