PriceDataEndpoint.readPriceDataByPriceListAndTargets(HttpServletRequest, ContextInfo, String, String, List, Pageable, Node)
PriceListEndpoint.readAllPriceDataForPriceList(HttpServletRequest, ContextInfo, Pageable, String, Node)
DefaultPriceInfoService.getTargetsBaseDetails(PriceableTarget, ContextInfo)
DefaultPriceInfoService.getBestPriceOverall(Map, Currency)
Retrieves all of the PriceableFieldTypes in ascending order by PriceableFieldType.order(). Then, returns a PriceDetail for the best price found for the type.
PriceableFieldTypes
PriceableFieldType.order()
PriceDetail
Out of the box, the lowest price is chosen.