---
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
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2023-10-12T15:07:06-04:00'
  postedAt: '2023-10-13T13:00:00-04:00'
  updatedAt: '2024-02-02T10:05:17-05:00'
  effectiveAt: '2023-10-13T13:00:00-04:00'
---

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) (<http://shopify.dev/docs/api/functions/reference/cart-transform/developer-preview#/weight-> 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).
