Update a Product October 06 2015

PUT to update the specified product...

/api/v2/products/:sku
/api/v2/products/:sku/update /api/v2/products/:sku/update.xml

For example...

<?xml version="1.0" encoding="UTF-8"?>
<product>
    <sku>2</sku>
    <name>Tomato Juice</name>
    <price type="float">10.0</price>
    <files type="array">
        <id>4443443</id>
        <id>4443444</id>
    </files>
</product>

The SKU can be changed if necessary.