hi
After testing and looking at documentation it seems that the standard prestashop rest api does not allow editing or deleting stock_availables via API (which I understand is the resource that controls the current prestashop stocks).
The documentation that tells me this is:
https://devdocs.prestashop.com/1.7/webservice/reference/
http://doc.prestashop.com/display/PS16/Web+service+reference
Do you know if this is correct? If so, do you know if there is any other option to do it (e.g. a module)?
*I use nodejs which is javascript.