Tracking Bundled Products ideas

Hey all.
We currently use javascript front end on custom landing pages for a client on Shopify Plus to allow customers to build their own bundles and we then push the chosen products to cart with a hidden line item property _bundleId.

We then use a custom app to utilze the Cart Transform API to merge all the line items that contain the same _bundleId into a single “Bundle” sku with custom price.

it works flawlessly, however when it comes time to report on sales there doesnt seem to be a native way to review it on shopify, the only option we found was a $300 USD a month reporting app which seems overkill.

Does anyone have any ideas on how we can report on the bundles sales? Whether we need to add something to either the JS or to the shopify functions code, like a webhook or metafield or something?

Right now you have to click each order and you can see each individal product and it says “Part of: Bundle X”, bundleId: BundleIDhere.

1 Like

Right now there’s no good way to see bundle sales within the Shopify Reporting. This seems to be a common problem with a lot of merchants using Cart Transform or Native Bundles.

We had to build analytics for bundles within our app to solve this problem.

i thought so, how do you track it yourself? using line item property?

Using lineItemGroup property in OrderlineItemslineItemGroup
It only exists for bundle items in the order.

https://shopify.dev/docs/api/admin-graphql/2024-10/objects/LineItemGroup

:wave: This is being worked on & we should have some updates in the near future!

2 Likes

Product bundles reporting in new Shopify analytics is now available!

2 Likes