We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Does the Bundler App add metadata to indicate bundle purchases?

Solved

Does the Bundler App add metadata to indicate bundle purchases?

taylor-single
Shopify Partner
21 2 30

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.

Accepted Solution (1)

taylor-single
Shopify Partner
21 2 30

This is an accepted solution.

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)

View solution in original post

Reply 1 (1)

taylor-single
Shopify Partner
21 2 30

This is an accepted solution.

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)