Example Stock Update XML
An example of the XML for Stock Inventory Update.
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<skus>
          <sku fruugoSkuId="5146705">
                    <availability>INSTOCK</availability>
                    <itemsInStock>10</itemsInStock>
          </sku>
          <sku fruugoSkuId="5146706">
                    <availability>OUTOFSTOCK</availability>
                    <itemsInStock>0</itemsInStock>
          </sku>
</skus>