How to creat request item from Transform map
I have created an transform and I choose the target table as "sc_target" and I have created the onBefor transform map script as below var cart = new Cart();var item = cart.addItem('10dacbc1db3b6300bdb98edf4b9619ee');//Set Variables in your Cart Ite...
