--- title: >- [Developer Preview] Cart Transform API - Updating lines in the cart - 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-updating-lines-in-the-cart md: >- https://shopify.dev/changelog/developer-preview-cart-transform-api-updating-lines-in-the-cart.md metadata: effectiveApiVersion: null affectedApi: [] primaryTag: displayName: API handle: api secondaryTag: displayName: Update handle: update indicatesActionRequired: false createdAt: '2023-10-23T15:01:49-04:00' postedAt: '2023-10-31T17:00:00-04:00' updatedAt: '2024-02-02T10:05:18-05:00' effectiveAt: '2023-10-31T17:00:00-04:00' --- October 31, 2023 Tags: * API # \[Developer Preview] Cart Transform API - Updating lines in the cart Previously, the Cart Transform API enabled functions to `expand` a single cart line item to form a bundle of components or add-on products, or `merge` multiple cart lines into a single line that represents a bundle. With this release, `update` operations will also allow you to override the price, title, and/or image of a given line item. This gives you more more flexibility to make additional customizations to items in the cart. More information can be found in the Cart Transform API [developer preview documentation](https://shopify.dev/docs/api/functions/reference/cart-transform/developer-preview).