XiaoFaye / WooCommerce.NET

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

Update last modified date impossible, now it's read-only #717

Open RBSystemService opened 1 year ago

RBSystemService commented 1 year ago

Hi,

I need to alter, by code, the last modified date of products. The structure fulled with data from web read this information but i can alter that for change it because it's read-only. Could be possible unlock this information for overwrite it? manually on woocommerce product page i can change it

thanks in advantage Luca

XiaoFaye commented 1 year ago

It's possible and need some customized work.

RBSystemService commented 1 year ago

It's possible and need some customized work.

How can i do this?

RBSystemService commented 1 year ago

Excuse me @XiaoFaye,

may i know where can i modify for to be not read-only Data Last Modified?

Thanks, i need it so much!!!

Luca

XiaoFaye commented 1 year ago

Only way is to create a customized rest api to modify the database directly.