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>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 & 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>