WooCommerce.NET
WooCommerce.NET copied to clipboard
GTIN, UPC, EAN o ISBN - global_unique_id
Starting from few woocommerce version ago was added the "GTIN, UPC, EAN o ISBN" field
In the woocommerce rest documentation this field miss but with a postman request we can discover that this information is stored in "global_unique_id" field
can you add this "global_unique_id" to the product fields?
Thank you
Thanks, will be updated in next release.
Great! Thank you
Same here, lots of confusion since I saw the property in the source code in github but not in the object! Hehehe
Any ETA for the next release?
Until then I will manually deserialize the API.GetRestful result into a Product class copied from your repo!