LineItemGroup in order webhooks

We have certain processing that we do that needs lineItemGroup information on order line items so we can tell if something is part of a bundle or not.

Currently, since the order webhooks don’t contain this information, we have to query the graphql API for each order to get this information which means our order processing speed is bound to API rate limits (i.e. super slow).

Any chance this data will make it onto the webhook payloads eventually?

Hey @josephtaylor,

This is available in versions 2025-01 and up. You can find it in the line items "sales_line_item_group_id" field.