WooCommerce.NET icon indicating copy to clipboard operation
WooCommerce.NET copied to clipboard

Update Variation Local Option localized

Open FabPari opened this issue 3 years ago • 0 comments

Hi dear, is there a way for update variation local option name? I try to get variations, change the attribute option (where I found text ), and update, but don't work

` v = wc.Product.Variations.Get(variant, (int)plang.id).Result;

v.attributes[0].option = "test";

var a = wc.Product.Variations.Update((int)v.id, v, (int)plang.id).Result; ` but don't work, any idea? Thanks Fabio

FabPari avatar Oct 02 '22 19:10 FabPari