woocommerce / woocommerce-rest-api

This is the WooCommerce core REST API Package. It runs standalone as a feature plugin too.
71 stars 46 forks source link

Allow updating only some product information with PATCH #288

Open bernardoveras opened 9 months ago

bernardoveras commented 9 months ago

In the ERP where I work, we have integration with Woocommerce and synchronize the products. A customer wants only the stock and price of the product to be updated and not to change the name, etc...

Is it possible to do that? Some PATCH route for example.