does the shopify bundler app put any kind of metadata on orders/line items to indicate the customer purchased a bundle? Our app needs to be able to recognize that line items in an order originated from a bundle.
So, the place that the information lives is in the lineItemGroup property of order.lineItem.
Some notes:
- only available via graphql
- not present in order webhooks (hooray)