Hi, I was using this method in 9.6.5:
IEnumerable<Dynamicweb.Ecommerce.CustomerCenter.CustomerProductListProduct> customerProductListProducts = Dynamicweb.Ecommerce.CustomerCenter.CustomerProductListProduct.GetPagedProductsByListId(Convert.ToInt32(listId), 0, 100);
In 9.9.4 however this times out. In the doc I get this:
Obselete: Use Services.FavoriteListProducts.GetPagedProductsByListId
However - I just cant seem to find this service. I am most likely VERY blind - but can someonme assist me here and type the one liner I need to get this working.
//Jan