v2 Example Download XML Output

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>9135311</o:customerOrderId>
        <o:orderId>9135311001000444</o:orderId>
        <o:orderDate>2020-11-25T16:24:19.000+02:00</o:orderDate>
        <o:orderReleaseDate>2020-11-25T16:24:38.088+02: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>13 Fountain Street</o:streetAddress>
            <o:city>Sydney</o:city>
            <o:province>NSW</o:province>
            <o:postalCode>2566</o:postalCode>
            <o:countryCode>AU</o:countryCode>
            <o:phoneNumber>555666777888</o:phoneNumber>
            <o:emailAddress>test.order@fruugo.com</o:emailAddress>
        </o:shippingAddress>
        <o:shippingMethod>Standard Shipping</o:shippingMethod>
        <o:shippingCostInclVAT>1.63</o:shippingCostInclVAT>
        <o:shippingCostVAT>0</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.49</o:itemPriceInclVat>
                <o:itemVat>0.0</o:itemVat>
                <o:totalPriceInclVat>1.49</o:totalPriceInclVat>
                <o:totalVat>0.0</o:totalVat>
                <o:customer>
                                <o:customerItemPriceExcVat>3.59</o:customerItemPriceExcVat>
                                <o:customerItemVat>0.36</o:customerItemVat>
                                <o:totalCustomerPriceExcVat>3.59</o:totalCustomerPriceExcVat>
                                <o:totalCustomerVat>0.36</o:totalCustomerVat>
                                <o:customerCurrency>AUD</o:customerCurrency>
                </o:customer>               
                <o:vatPercentage>0.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:fruugoTax>true</o:fruugoTax>
        <o:fruugoTaxID>300015541142</o:fruugoTaxID>
        <o:fruugoEORI>GB929353206000</o:fruugoEORI>
    </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>9135311</o:customerOrderId>
        <o:orderId>9135311001000444</o:orderId>
        <o:orderDate>2020-11-25T16:24:19.000+02:00</o:orderDate>
        <o:orderReleaseDate>2020-11-25T16:24:38.088+02:00</o:orderReleaseDate>
        <o:orderStatus>PROCESSED</o:orderStatus>
        <o:customerLanguageCode>EN</o:customerLanguageCode>
        <o:shippingAddress>
            <o:firstName>Darren</o:firstName>
            <o:lastName>Naylor</o:lastName>
            <o:streetAddress>13 Fountain Street</o:streetAddress>
            <o:city>Sydney</o:city>
            <o:province>NSW</o:province>
            <o:postalCode>2566</o:postalCode>
            <o:countryCode>AU</o:countryCode>
            <o:phoneNumber>555666777888</o:phoneNumber>
            <o:emailAddress>test.order@fruugo.com</o:emailAddress>
        </o:shippingAddress>
        <o:shippingMethod>Standard Shipping</o:shippingMethod>
        <o:shippingCostInclVAT>1.63</o:shippingCostInclVAT>
        <o:shippingCostVAT>0</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.49</o:itemPriceInclVat>
                <o:itemVat>0</o:itemVat>
                <o:totalPriceInclVat>1.49</o:totalPriceInclVat>
                <o:totalVat>0.0</o:totalVat>
                <o:customer>
                                <o:customerItemPriceExcVat>3.59</o:customerItemPriceExcVat>
                                <o:customerItemVat>0.36</o:customerItemVat>
                                <o:totalCustomerPriceExcVat>3.59</o:totalCustomerPriceExcVat>
                                <o:totalCustomerVat>0.36</o:totalCustomerVat>
                                <o:customerCurrency>AUD</o:customerCurrency>
                </o:customer>               
                <o:vatPercentage>0.0</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:fruugoTax>true</o:fruugoTax>
        <o:fruugoTaxID>300015541142</o:fruugoTaxID>
        <o:fruugoEORI>GB929353206000</o:fruugoEORI>
        <o:shipments>
                <o:shipment>
                <o:shipmentId>1</o:shipmentId>
                <o:shippingDate>2020-11-26T00: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>