# Update in orders webhook to view bundles and their components — Shopify developer changelog
---
## Update in orders webhook to view bundles and their components

Starting with the Admin API version 2025-01, we have added the `sales_line_item_group_id` field to the orders webhook. This field allows you to determine if a specific `line_item` is part of a bundle. When a `line_item` belongs to a bundle, it will have an associated `sales_line_item_group_id`.

*Published: January 01, 2025*
Tags: API, Update
Link: https://shopify.dev/changelog/update-in-orders-webhook-to-view-bundles-and-their-components

---