I'm using the following code in a CS2007 web service:
F.Product pf = FMJ.GetProduct("XXX", productId.Trim() + "(VIRTUAL)","en", pc);
I can easily get the ProductId
, RelatedProducts
, ParentCategories
and so on, but am unable to get any of the custom properties. There are things like IsDiscontinued
and Visible
that I need to get, but aren't being returned in the result set.
In Case anyone else has the same problem four years later.
should serve what you were lokking for.