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?