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.