In version 24, we've made a breaking change to the CurrentBalances domain object for better performance. The fields BaseCost, ProductCost, and StoreCost now return unadjusted costs, speeding up the completion of requests for data retrieval.
To maintain access to adjusted costs, we've introduced a new domain object, CurrentBalancesAdjustedCosts, which returns the same adjusted data previously returned by CurrentBalances.
0 Comments