An example of the XML output for a pending order.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<o:orders merchantId="444" xmlns:o="https://www.fruugo.com/orders/schema">
    <o:order>
        <o:customerOrderId>4099940</o:customerOrderId>
        <o:orderId>4099940001000444</o:orderId>
        <o:orderDate>2017-06-16T13:24:24.000+03:00</o:orderDate>
        <o:orderReleaseDate>2017-06-16T13:24:36.503+03:00</o:orderReleaseDate>
        <o:orderStatus>PENDING</o:orderStatus>
        <o:customerLanguageCode>EN</o:customerLanguageCode>
        <o:shippingAddress>
            <o:firstName>Darren</o:firstName>
            <o:lastName>Naylor</o:lastName>
            <o:streetAddress>Test Order - Do Not Ship 13 Fountain Street</o:streetAddress>
            <o:city>Ulverston</o:city>
            <o:province>CUMBRIA</o:province>
            <o:postalCode>LA12 7EQ</o:postalCode>
            <o:countryCode>GB</o:countryCode>
            <o:phoneNumber>0123456789</o:phoneNumber>
            <o:emailAddress>test.order@fruugo.com</o:emailAddress>
        </o:shippingAddress>
        <o:shippingMethod>Standard Shipping</o:shippingMethod>
        <o:shippingCostInclVAT>1.99</o:shippingCostInclVAT>
        <o:shippingCostVAT>0.33</o:shippingCostVAT>
        <o:orderLines>
            <o:orderLine>
                <o:productId>frg_l_s</o:productId>
                <o:skuId>frg_l_s_green</o:skuId>
                <o:skuName>Fruugo Logo Sticker</o:skuName>
                <o:attributes>
                    <o:attribute>
                        <o:attributeName>Colour</o:attributeName>
                        <o:attributeValue>Green</o:attributeValue>
                    </o:attribute>
                </o:attributes>
                <o:fruugoProductId>1683731</o:fruugoProductId>
                <o:fruugoSkuId>3940684</o:fruugoSkuId>
                <o:currencyCode>GBP</o:currencyCode>
                <o:itemPriceInclVat>1.79</o:itemPriceInclVat>
                <o:itemVat>0.3</o:itemVat>
                <o:totalPriceInclVat>1.79</o:totalPriceInclVat>
                <o:totalVat>0.3</o:totalVat>
                <o:vatPercentage>20.0</o:vatPercentage>
                <o:totalNumberOfItems>1</o:totalNumberOfItems>
                <o:pendingItems>1</o:pendingItems>
                <o:confirmedItems>0</o:confirmedItems>
                <o:shippedItems>0</o:shippedItems>
                <o:cancelledItems>0</o:cancelledItems>
                <o:returnAnnouncedItems>0</o:returnAnnouncedItems>
                <o:returnedItems>0</o:returnedItems>
                <o:itemsWithException>0</o:itemsWithException>
            </o:orderLine>
        </o:orderLines>
    </o:order>
</o:orders>

An example of the XML output for a processed order.

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<o:orders merchantId="444" xmlns:o="https://www.fruugo.com/orders/schema">
    <o:order>
        <o:customerOrderId>993557</o:customerOrderId>
        <o:orderId>99355700100444</o:orderId>
        <o:orderDate>2011-01-18T08:43:38.000+02:00</o:orderDate>
        <o:orderStatus>PROCESSED</o:orderStatus>
        <o:customerLanguageCode>EN</o:customerLanguageCode>
        <o:shippingAddress>
            <o:firstName>Darren</o:firstName>
            <o:lastName>Naylor</o:lastName>
            <o:streetAddress>Test Order - Do Not Ship 13 Fountain Street</o:streetAddress>
            <o:city>Ulverston</o:city>
            <o:postalCode>LA12 7EQ</o:postalCode>
            <o:countryCode>GB</o:countryCode>
            <o:phoneNumber>0123456789</o:phoneNumber>
            <o:emailAddress>test.order@fruugo.com</o:emailAddress>
        </o:shippingAddress>
    <o:shippingMethod>Standard Shipping</o:shippingMethod>
    <o:shippingCostInclVAT>6.17</o:shippingCostInclVAT>
    <o:shippingCostVAT>0.92</o:shippingCostVAT>
    <o:orderLines>
        <o:orderLine>
            <o:productId>2490-3300</o:productId>
            <o:skuId>2490-3300</o:skuId>
            <o:skuName>Tigi Catwalk Oatmeal &amp; Honey Shampoo</o:skuName>
            <o:attributes>
                <o:attribute>
                    <o:attributeName>Size</o:attributeName>
                    <o:attributeValue>350ml</o:attributeValue>
                </o:attribute>
            </o:attributes>
            <o:fruugoProductId>777183</o:fruugoProductId>
            <o:fruugoSkuId>1565337</o:fruugoSkuId>
            <o:currencyCode>GBP</o:currencyCode>
            <o:itemPriceInclVat>11.1</o:itemPriceInclVat>
            <o:itemVat>1.65</o:itemVat>
            <o:totalPriceInclVat>11.1</o:totalPriceInclVat>
            <o:totalVat>1.65</o:totalVat>
            <o:vatPercentage>17.5</o:vatPercentage>
            <o:totalNumberOfItems>1</o:totalNumberOfItems>
            <o:pendingItems>0</o:pendingItems>
            <o:confirmedItems>0</o:confirmedItems>
            <o:shippedItems>1</o:shippedItems>
            <o:cancelledItems>0</o:cancelledItems>
            <o:returnAnnouncedItems>0</o:returnAnnouncedItems>
            <o:returnedItems>0</o:returnedItems>
            <o:itemsWithException>0</o:itemsWithException>
        </o:orderLine>
    </o:orderLines>
    <o:shipments>
        <o:shipment>
            <o:shipmentId>1</o:shipmentId>
            <o:shippingDate>2011-11-30T00:00:00.000+02:00</o:shippingDate>
            <o:shipmentLines>
                <o:shipmentLine>
                    <o:fruugoProductId>777183</o:fruugoProductId>
                    <o:fruugoSkuId>1565337</o:fruugoSkuId>
                    <o:quantity>1</o:quantity>
                </o:shipmentLine>
            </o:shipmentLines>
        </o:shipment>
    </o:shipments>
    </o:order>
</o:orders>