XiaoFaye / WooCommerce.NET

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

product meta_data object #772

Open nturini-cascinanet opened 6 months ago

nturini-cascinanet commented 6 months ago

Hi everyone, i've a meta_data acknowledgment problem, seems that when the value is a simple string everything works correctly, but when the value is an object didn't work.

For example the "Yoast SEO" plugin store in the metadata this object (obtained with postman):

image

but this is the object downloaded with WooCommerce.NET

image

So when I'll update the product I'll overwrite (deleting) the plugin informations

PS: i've tested this in product meta_data but probably didn't work in every meta_data