Hi there,
How do I get product prices from the price matrix in an index extender? I have this code:
var product = Dynamicweb.Ecommerce.Services.Products.GetProductById(productId, variantId, languageId);
but then I get this:
I looked into the Services but see nothing for the Price Matrix.
Thanks!