I have created a checkout UI extension app that can add the new line item property to display.
I want to update that added by default. https://prnt.sc/S1wO16Jofn5y
Please guide me I am creating an app using typescript + React.
I have created a checkout UI extension app that can add the new line item property to display.
I want to update that added by default. https://prnt.sc/S1wO16Jofn5y
Please guide me I am creating an app using typescript + React.
Hey @KSuthar
You should be able to do that using this target. Here’s a tutorial to get you started (which uses a different target).
@SBD any way to edit line item, set hide some properties or hide a specific item, I see the return in checkout UI always add more html
Hi @SBD ! I am running into the same challenge that while it seems possible to add some properties, it doesn’t seem feasible to hide/modify some line item properties. I was looking at the Cart Transform API’s update operation but it only allows title, image and price updates.