Unfortunately you can not query the docs by field terms such as TotalNetPrice
. The field I'm looking for is total before taxes
which would include all line items except the sales tax, like so:
line items,
shipping,
promos,
Per Willem Evertse getGrandTotalNet is the answer.
If you want to retrieve the total Net price with discounts then u can use this method on the BasketBO:
Money getGrandTotalNet()
Gets the total net price.
Returns:
the total net price