Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
mmm I would never recommend naming properties that conflict with the internal properties...but if you have to...you could try changing the json property name ?
[JsonProperty(PropertyName = "StandardProduct.Markets")]
public virtual String Markets { get; set; }
The custom Product model contains the following property:
However, it conflicts with the EPiServer.Find.Commerce.EntryContentBaseExtensions.Markets() exception.
That results with the following error when indexing:
How to include both in the index?