XiaoFaye / WooCommerce.NET

A .NET Wrapper for WooCommerce/WordPress REST API
MIT License
391 stars 217 forks source link

stock_quantity update price... #730

Closed tiziana-git closed 1 year ago

tiziana-git commented 1 year ago

If i simply set stock_quantity of a product, the price is updated with absurd value.

oProdMod(0).stock_quantity = 56844 Await wc.Product.Update(CULng(oProdMod(0).id), oProdMod(0))

immagine