<!--Master sample files with every possible data record that can be sent in a quotes message. No real file should ever look like this. -->
<?xml version="1.0" encoding="UTF-8"?>
<b24Message xmlns="http://btwentyfour.com/schemas/commerce/2.1">
    <!--Text is used to give a free text name to the Quotes file if it is of interest, and type is used to specify if the Quotes message deals with the whole selection("Full") or only a select subsection("Incremental")-->
    <quotes text="quotesDraft" type="Full">
        <sender gln="7340117815580" />
        <recipient gln="7340117836950" />
        <documentReference documentType="Quotes" id="QuotesID1" date="2023-11-06" />
        <!--Specifies the season the price changes are for, specifically for wholesale purposes-->
        <property name="season" registry="Supplier">W2023</property>
        <supplier gln="7340117815580" name="Btwentyfour Demo Supplier" contact="Supplier's contact reference" orgNo="99999999-9999" vatNo="SE999999999999">
            <location>
                <address>Supplier StreetAddress</address>
                <coAddress>Supplier Street Address second row</coAddress>
                <city code="Supplier ZipCode">Supplier CityName</city>
                <state code="Supplier StateCode">Supplier StateName</state>
                <country code="SUCountryCode">Supplier CountryName</country>
                <telephoneNumber>+45000000002</telephoneNumber>
                <emailAddress>supplier@email.com</emailAddress>
            </location>
            <property name="id">5122186</property>
            <property name="internalId">8899</property>
            <property name="name2">The second supplier name</property>
            <property name="name3">The third supplier name</property>
        </supplier>
        <!--Buyer/market place the prices are in effect for-->
        <buyer gln="7340117836950" name="Btwentyfour Demo Buying Group" contact="Buyer's contact reference" orgNo="88888888-8888" vatNo="SE888888888888" department="Btwentyfour Demo Buying Group, Running/Athletics Department">
            <location>
                <address>Buyer StreetAddress</address>
                <coAddress>Buyer Street Address second row</coAddress>
                <city code="Buyer ZipCode">Buyer City Name</city>
                <state code="Buyer StateCode">Buyer State Name</state>
                <country code="BYCountryCode">Buyer Country Name</country>
                <telephoneNumber>+45000000001</telephoneNumber>
                <emailAddress>buyer@email.com</emailAddress>
            </location>
            <property name="id">3512421</property>
            <property name="internalId">1133</property>
            <property name="name2">The second buyer name</property>
            <property name="name3">The third buyer name</property>
        </buyer>
       <!--Warehouse GLN, repeat site for several different warehouses. Use your supplier GLN if not relevant -->
        <site>
            <!--Site's location element describes the physical storage site-->
            <location gln="7340117815580" name="Btwentyfour Demo Supplier" contact="Supplier's contact reference" orgNo="99999999-9999" vatNo="SE999999999999">
                <location>
                    <address>Supplier StreetAddress</address>
                    <coAddress>Supplier Street Address second row</coAddress>
                    <city code="Supplier ZipCode">Supplier CityName</city>
                    <state code="Supplier StateCode">Supplier StateName</state>
                    <country code="SUCountryCode">Supplier CountryName</country>
                    <telephoneNumber>+45000000002</telephoneNumber>
                    <emailAddress>supplier@email.com</emailAddress>
                </location>
                <property name="id">5122186</property>
                <property name="internalId">8899</property>
                <property name="name2">The second supplier name</property>
                <property name="name3">The third supplier name</property>
            </location>
            <item id="10000_001_OS" action="Update">
                <documentReference documentType="Quotes" id="123" date="2020-05-28" lineNo="1" />
                <itemReference registry="Supplier" coding="EAN13">1234567891123</itemReference>
                <itemReference registry="Buyer" name="itemId">ABC123</itemReference>
                <!--Quantity physically in storage-->
                <quantity type="OnHand" value="7">
                   <!--Quantity available for purchase-->
                    <quantityState type="Available" value="3" />
                    <!--Quantity that is not available for sale-->
                    <quantityState type="Allocated" value="4" />
                    <!--The date the inventory of the product was conducted-->
                    <date type="InventoryDate" value="2023-11-06"/>
                </quantity>
                <quantity type="OnOrder" value="12" >
                    <!--The date the ordered products are expected to be delivered. -->
                    <date type="IncomingDate" value="2023-11-10" />
                </quantity>
                <!--supplementary price bracket, used for wholesale-->
                <priceBracket type="" validOrderDateFrom="2023-12-01" validOrderDateTo="2023-12-31" validShipDateFrom="2023-12-31" validShipDateTo="2024-01-02">
                    <price type="grossPrice" value="800" currency="USD"/>
                    <price type="netPrice" value="600" currency="USD" />
                    <price type="discountPercentage" value="25" currency="USD" />
                    <price type="discountAmount" value="200" currency="USD" />
                </priceBracket>
                <!--Specifing the price information for a market place-->
                <priceBracket type="RETAIL" validOrderDateFrom="2023-12-01" validOrderDateTo="2023-12-31" validShipDateFrom="2023-12-31" validShipDateTo="2024-01-02">
                    <price type="originalRetailPrice" value="500" currency="USD" />
                    <price type="retailPrice" value="375" currency="USD"/>
                    <price type="discountAmount" value="125" currency="USD" />
                    <price type="discountPercentage" value="25" currency="USD" />
                </priceBracket>
                <priceBracket type="DISCOUNTCODE" code="XMAS" quantity="20" validOrderDateFrom="2023-12-18" validOrderDateTo="2023-12-24">
                    <price type="originalRetailPrice" value="500" currency="USD" />
					<price type="retailPrice" value="300" currency="USD"/>
                    <price type="discountAmount" value="200" currency="USD"/>
                    <price type="discountPercentage" value="40" currency="USD"/>
                </priceBracket>
            </item>
            <item id="10000_050_OS" action="Update">
                <documentReference documentType="Quotes" id="123" date="2020-05-28" lineNo="2" />
                <itemReference registry="Supplier" coding="EAN13">1234567891124</itemReference>
                <!--Quantity physically in storage-->
                <quantity type="OnHand" value="5">
                    <!--Quantity available for purchase-->
                    <quantityState type="Available" value="4" />
                    <!--Quantity that has been already been sold and is awaiting delivery-->
                    <quantityState type="Allocated" value="1" />
                    <!--The date the inventory of the product was made-->
                    <date type="InventoryDate" value="2023-11-06"/>
                </quantity>
                <!--Quantity that has been ordered and is yet to be delivered to the reported site/warehouse-->
                <quantity type="OnOrder" value="23">
                    <!--The date the ordered products are expected to be delivered. -->
                    <date type="IncomingDate" value="2023-11-10" />
                </quantity>
                <!--Prices for Online Market places-->
                <priceBracket type="" validOrderDateFrom="2023-12-01" validOrderDateTo="2023-12-31" validShipDateFrom="2023-12-31" validShipDateTo="2024-01-02">
                    <price type="grossPrice" value="800" currency="USD"/>
                    <price type="netPrice" value="600" currency="USD" />
                    <price type="discountPercentage" value="25" currency="USD" />
                    <price type="discountAmount" value="200" currency="USD" />
                </priceBracket>
                <priceBracket type="RETAIL" validOrderDateFrom="2023-12-01" validOrderDateTo="2023-12-31" validShipDateFrom="2023-12-31" validShipDateTo="2024-01-02">
                    <price type="originalRetailPrice" value="550" currency="USD" />
                    <price type="retailPrice" value="500" currency="USD" />
                    <price type="discountPercentage" value="10" currency="USD" />
                    <price type="discountAmount" value="50" currency="USD" />
                </priceBracket>
                <priceBracket type="DISCOUNTCODE" code="XMAS" quantity="20" validOrderDateFrom="2023-12-18" validOrderDateTo="2023-12-24">
                    <price type="originalRetailPrice" value="550" currency="USD" />
					<price type="retailPrice" value="275" currency="USD"/>
                    <price type="discountAmount" value="275" currency="USD"/>
                    <price type="discountPercentage" value="50" currency="USD"/>
                </priceBracket>
            </item>
            <!--action="delete "is used to indicate when an article is taken out of selection, Only identifying properties are expected to be sent-->
            <item id="10000_100_OS" action="Delete">
                <documentReference documentType="Quotes" id="123" date="2020-05-28" lineNo="3" />
                <property name="modelNo">78932</property>
                <property name="subModelNo">78932_100</property>
                <dimension name="size">40</dimension>
                <itemReference registry="Supplier" coding="EAN13">1234567891125</itemReference>
                <itemReference registry="Buyer" name="itemId">GHI789</itemReference>
            </item>
        </site>
    </quotes>
</b24Message>