I have added a new attribute "showFlag" with type="localized:java.lang.Boolean to the itemtype VariantProduct and set default value to TRUE.but for existing variant products the value comes as n/a.
I would like to update every existing variant products all language(localized) showFlag values as Yes.How can I do that?
You can update all of them with impex batch mode for fastest way.
UPDATE Product[batchmode=true];itemType(code)[unique=true];description[en][default='test']
;Product;
;VariantProduct;