Assuming itemprice is required, the following 2 results were found.
= Map(); m_CreateBooksItem.put("name",v_ItemTitle); m_CreateBooksItem.put("sku",v_ItemSKU); m_CreateBooksItem.put("rate",v_ItemPrice.toDecimal()); // // key here to enable inventory tracking m_CreateBooksItem.put("item_type","inventory"); // // other...
AS "ItemBuyPrice", cni."Discount Amount (BCY)" AS "ItemDiscount", cni."Item Name" AS "ItemName", cni."Item Price" AS "ItemPrice", cni."Quantity" AS "ItemQty", cni."Sub Total" AS "ItemSubtotal", cni."Tax Amount" AS "ItemTax", cni."Total" AS...