Version: 1.1.4PluginE-commerce App's Add To Cart FunctionHere is the sample below function addToCart(productID) { document.getElementById("makeupView").contentWindow.window.postMessage( JSON.stringify({ addToCart: { product_code: productID } }), "*" ); }Copy