November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
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?