--- title: "[Developer Preview] Cart Transform API - Pricing bundles per component & additional customizations - Shopify developer changelog" description: Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: https://shopify.dev/changelog/developer-preview-cart-transform-api-pricing-bundles-per-component-additional-customizations md: https://shopify.dev/changelog/developer-preview-cart-transform-api-pricing-bundles-per-component-additional-customizations.md --- [Back to Developer changelog](https://shopify.dev/changelog) October 13, 2023 Tags: * API # \[Developer Preview] Cart Transform API - Pricing bundles per component & additional customizations Previously, the Cart Transform API allowed percentage based adjustments to the cost of a bundle when using `expand` operations. The (weight price algorithm) ( price-algorithm) would then allocate the bundle price to its component lines based on the weight of each component line (unit price \* quantity). With this release, `expand` operations will also allow you to set fixed prices on each component of the bundle, resulting in a bundle price that is the sum of each component. Additionally, the `expand` operation will now allow you to define a custom title and image for each parent line item. This gives you more control over bundle pricing and enables bundles to be used for add-on products. More information can be found in the Cart Transform API [developer preview documentation](https://shopify.dev/docs/api/functions/reference/cart-transform/developer-preview).