Create product category endpoint
Since 2.5 woocommerce API has an endpoint to create product categories. There seems to be no function in the php lib to use this feature, will it be with the next update? Or is it possible to achieve this with the class WC_API_Client_Resource_Custom? How would i do this? Thank you.
I am also interested in this.
Does anyone know if an endpoint to add (POST) and update (PUT) product categories is going to be implemented?
I am using c# to access the API, I can do a GET with the endpoint product/categories but when i try a POST it fails with no such endpoint.
This ommission from the API renders any attempt to do remote automation of product listings on sites difficult.
this endpoint is in version 2.5 onwards.
We have some legacy systems that it was not working on... we will upgrade so this os no longer an issue.