-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
product meta_data object #772
Comments
@nturini-cascinanet Did you find a resolution for this? I am experiencing this same issue with PayPal meta data. |
Unfortunately no, i still have this problem. |
There is this documentation: https://github.com/XiaoFaye/WooCommerce.NET/wiki/Handle-different-types-of-Meta-Value-in-WC-Restful-API-V2 I was able to get the MetaValueProcessor setup. But the value doesn't have the correct data when parsing it. Would be nice if it provided the meta key as an argument as well. |
I am also experiencing a similar issue. The order object's meta_data for me is coming in as an empty object but when calling the WooCommerce api with PostMan I can see that it's populated. |
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):
but this is the object downloaded with WooCommerce.NET
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
The text was updated successfully, but these errors were encountered: