Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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?