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>