Currently, it appears that the price returned for each order item does not include the corresponding amount of ecotax, and that the only way to determine whether ecotax has been applied to an order is to check whether the sum of the prices is less than the productAmount of the order.
This implies in turn that there is no reliable way to know the exact amount of ecotax applied to a given item.
Would it be possible to provide this information via a getEcotaxAmount method on OrderItem?
Currently, it appears that the
pricereturned for each order item does not include the corresponding amount of ecotax, and that the only way to determine whether ecotax has been applied to an order is to check whether the sum of theprices is less than theproductAmountof the order.This implies in turn that there is no reliable way to know the exact amount of ecotax applied to a given item.
Would it be possible to provide this information via a
getEcotaxAmountmethod onOrderItem?