<?xml version="1.0"?>
<!-- These samples will work on the US and AU channels. To make them work on other channels, please change the channelID tags to the appropriate channels. 
     Also make sure you have added those channels in your Channel Management page -->
<inventoryRequest>
    <!-- Quantity Update -->
    <inventory>
        <SKU>SKU_1</SKU>
        <totalShipToHomeQuantity>25</totalShipToHomeQuantity>
    </inventory>
    <!-- Price Update -->
    <inventory>
        <SKU>SKU_2</SKU>
        <channelDetails>
            <channelID>EBAY_US</channelID>
            <pricingDetails>
                <listPrice>10.00</listPrice>
            </pricingDetails>
        </channelDetails>
    </inventory>
    <!-- Price, Quantity Update -->
    <inventory>
        <SKU>SKU_3</SKU>
        <totalShipToHomeQuantity>20</totalShipToHomeQuantity>
        <channelDetails>
            <channelID>EBAY_US</channelID>
            <pricingDetails>
                <listPrice>16.00</listPrice>
            </pricingDetails>
        </channelDetails>
    </inventory>
</inventoryRequest>