Discussions on bundle app development
I'm using the expand operation in the cart transform API for my custom bundle app. Now, there is a line item property added to the parent variant (i.e. the bundle SKU). The line item property is added by the cart ajax API. When it's replaced by the individual products, the line item properties are lost.
What is the suggested way to retain the line item properties?
Hi jam_chan,
You can choose custom code option as alternative of bundle APP
Line item properties of the parent should be preserved when using Expand, are you having issues with that?
To learn more visit the Shopify Help Center or the Community Blog.
I'm looking for this answer too. Have you found out anything new since this post?
I am looking for this exact same thing. Preserving the line item properties of the parent product, when expanding them into child products.
There was an update lately (https://shopify.dev/docs/api/release-notes/2024-04#shopify-function-apis-changes) that should make this possible. However I am not sure how to implement this. Does anybody know?