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

The Get method takes a 32-bit integer, should be 64-bit

Open gkverneland opened this issue 3 years ago • 4 comments

Referring to this issue: https://github.com/XiaoFaye/WooCommerce.NET/issues/615

This has not been fully fixed since the Get method still takes a 32-bit integer, while it should take a 64-bit integer since IDs can be for example 61000150083. Downloading a product with ID 61000150083 is still not possible.

gkverneland avatar Nov 22 '21 20:11 gkverneland

Thanks, this will be fixed in the next version ASAP.😂

XiaoFaye avatar Nov 23 '21 01:11 XiaoFaye

@XiaoFaye Hi related_ids on the Product class should also be an Int64 {"JSON integer 50001672461251 is too large or small for an Int32. Path '[0].related_ids[0]', line 1, position 2561."}

RoeiKO avatar Dec 08 '21 19:12 RoeiKO

@RoeiKO Thanks for pointing out, will fix it in the next version.

XiaoFaye avatar Dec 08 '21 21:12 XiaoFaye

@XiaoFaye when are you planning to release the next version?

gkverneland avatar May 05 '22 19:05 gkverneland