Export Orders
The 'Export Orders' task in the DD Track+ library will retrieve orders from your account based on the task settings outlined in this article.
See the end of the article for an example of the XML returned by this task.
Settings
Connection
Required
The DD Track+ connection to use.
See the Connecting to DD Track+ article for how to set up a connection to DD Track+.
DD Track+ Settings
Order Status
Required You must provide an order status. The orders in your DD Track+ account with the given status will be included in the exported data.
The options are as follows:
- New
- Pending
- Processing
- Despatched
File Settings
Output File
Required
The exported records will be written to this file.
XML
<?xml version="1.0" encoding="utf-8"?>
<Orders xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Order>
<OrderLineID>23407974437</OrderLineID>
<TrackingPoint>TP91</TrackingPoint>
<SupplierCode>104</SupplierCode>
<AccountNumber>9777156495917383</AccountNumber>
<InvoiceNumber>L07824</InvoiceNumber>
<ItemNumber>28K472</ItemNumber>
<OptionNumber>01</OptionNumber>
<ItemDescription>4PK RAINBOW LIGHTS</ItemDescription>
<OptionDescription />
<SupplierReferenceNumber>520631</SupplierReferenceNumber>
<SupplierOptionReferenceNumber>545</SupplierOptionReferenceNumber>
<CostPrice>18</CostPrice>
<ItemPrice>12</ItemPrice>
<Weight>10</Weight>
<Quantity>1</Quantity>
<NumberOfLabels>1</NumberOfLabels>
<EAN>5050642132671</EAN>
<PersonalizedMessage />
<DateOfOrder>21/03/2023</DateOfOrder>
<CustomerName>MR TEST NAME</CustomerName>
<AddressLine1>74 HORNBY ROAD</AddressLine1>
<AddressLine2>BRIGHTON</AddressLine2>
<AddressLine3 />
<AddressLine4 />
<AddressLine5 />
<AddressLine6 />
<Postcode>BN2 4JH</Postcode>
<PhoneNumber1 />
<EmailAddress />
<MethodOfTransportCode>G7</MethodOfTransportCode>
<CarrierName>SupplierOwn</CarrierName>
<CarrierCode>PNET-BRA2</CarrierCode>
<QuickserveID>10125748945</QuickserveID>
<CompanyCode>AGY</CompanyCode>
<CompanyName>Freemans</CompanyName>
<ParcelBarcode>0495927105814572</ParcelBarcode>
<SingleOrderLineBarcode>0738770490777420</SingleOrderLineBarcode>
<DepotNumber>1</DepotNumber>
<DepotName>NEW1</DepotName>
<VanRound>VAN 79</VanRound>
<Drop>DROP 44</Drop>
<CRound>C-ROUND 2617</CRound>
<ReturnsAddress>6 CHARLOTTE SQUARE NE1 4XF</ReturnsAddress>
<ReturnsBarcode>3443005010100292</ReturnsBarcode>
<Hermes2DBarcodeString />
<Hermes2DParcelBarcodeString />
</Order>
</Orders>