Take the community feedback survey now.
                AI OnAI Off
            
        Take the community feedback survey now.
 
                            IPriceService iPriceService = new PriceServiceDatabase();
            iPriceService.SetCatalogEntryPrices(catalogKey, iEnumerableIPriceValue);
etc...
 
    
    
    
Hi,
Where can I find some information about how the new pricing API works? When I use the CatalogEntryDto.SalePriceRow objects nothing is stored in the dbo.SalePrice table is stored but I dont have any exceptions. I notice though that now prices are stored into the dbo.PriceValue table. How to access store prices in this table through the API ?
Regards
Thibaut