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

Internal class objects need to be updated

Open giotabidze opened this issue 3 years ago • 1 comments

In latest version, internal object classes need to be updated

v3.Order inherits from v2.Order, which has List<OrderMeta> property, when getting order by id, tracking number item value can not be deserialized and has type of {object}

giotabidze avatar May 25 '21 19:05 giotabidze

There is no tracking number property in the Woo API. If using an external plugin you'll have to de-serialize the object yourself from meta_data. See here

firestormza avatar Jun 15 '21 07:06 firestormza