One thing we still use the basic SOAP API for is the UpdateProductInventory call to change the quantity. The reason is that you just send the productid (our SKU) and the quantity and it doesn't matter if the quantity you are changing is for a regular product or you are changing quantities on and advanced option. Last I checked with the REST API there are different calls for updating the quantity depending on if it is a normal product, or has advanced options, etc.
Does the REST API have the same functionality somewhere? Is there a single call that can be made to change the quantity of a product and not have to consider if it has advanced options or not?
Does the REST API have the same functionality somewhere? Is there a single call that can be made to change the quantity of a product and not have to consider if it has advanced options or not?
Comment