Tatarincev Eugeney
Tatarincev Eugeney
@xoofx I'll do. Thanks you for great job.
Changing the type of a property is not a trivial operation and can be allowed only for new properties that don't have already exist values for objects. I think we...
So to change a property value for the product you need to use the `product.properties` collection instead ```C# product.Properties.FirstOrDefault(x => x.Name.EqualsInvariant("color"))?.Values = new [] { new PropertyValue { Value =...
need to replace this bulk action to a method which received criteria instead of array of ids