<?xml version="1.0" encoding="UTF-8"?>
<b24Message xmlns="http://btwentyfour.com/schemas/commerce/2.1">
    <inventoryReport environment="Production">
        <sender gln="1111111111111"/>
        <recipient gln="7340117802900"/><!-- Btwentyfour GLN, this is what defines it as a General INVRPT -->
	<documentReference documentType="InventoryReport" id="123" date="2020-05-28"/>
        <supplier gln="1111111111111"/>
        <site>
            <location gln="1111111111111"/><!-- Warehouse GLN, repeat site for several different warehouses. Use your supplier GLN if not relevant -->
            <item quantity="50" targetQuantity="100"  allocQuantity="20" id="10000_001_OS"><!-- quantity = current quantity on the date of the report, targetQuantity = if applicable, the quantity that should be avaible for order -->
                <documentReference documentType="InventoryReport" id="123" date="2020-05-28"/>
                <property name="description">Best Black Product Ever</property>
                <dimension name="color" code="001">True Black</dimension>
                <dimension name="size">OneSize</dimension>
                <itemReference registry="Supplier" coding="EAN13">1234567891123</itemReference>
                <incoming date="2020-05-30" quantity="50" /> <!-- In case there is a planned delivery to the warehouse -->
            </item>
            <item quantity="99" targetQuantity="99"  allocQuantity="30" id="10000_050_OS">
                <documentReference documentType="InventoryReport" id="123" date="2020-05-28"/>
                <property name="description">Best Blue Product Ever</property>
                <dimension name="color" code="050">Ocean Blue</dimension>
                <dimension name="size">OneSize</dimension>
                <itemReference registry="Supplier" coding="EAN13">1234567891124</itemReference>
            </item>
            <item quantity="0" targetQuantity="20"  allocQuantity="0" id="10000_100_OS">
                <documentReference documentType="InventoryReport" id="123" date="2020-05-28"/>
                <property name="description">Best Pink Product Ever</property>
                <dimension name="color" code="100">Pure Pink</dimension>
                <dimension name="size">OneSize</dimension>
                <itemReference registry="Supplier" coding="EAN13">1234567891125</itemReference>
            </item>
	</site>
    </inventoryReport>
</b24Message>