iSAMS Orders API
Click here for a complete list of operations.
RetrieveRelatedOrders
Retrieves all related orders within the same split tree for the provided ID.
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /global/api/Orders.asmx HTTP/1.1
Host: demo.viare.io
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.estaronline.com/api/orders/RetrieveRelatedOrders"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<RetrieveRelatedOrders xmlns="http://www.estaronline.com/api/orders">
<authenticationToken>string</authenticationToken>
<orderID>int</orderID>
</RetrieveRelatedOrders>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<RetrieveRelatedOrdersResponse xmlns="http://www.estaronline.com/api/orders">
<RetrieveRelatedOrdersResult>
<Data>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Notes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<OrderItems xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Vouchers xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Transactions xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Attributes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Notes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<OrderItems xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Vouchers xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Transactions xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Attributes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
</Data>
</RetrieveRelatedOrdersResult>
</RetrieveRelatedOrdersResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /global/api/Orders.asmx HTTP/1.1
Host: demo.viare.io
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<RetrieveRelatedOrders xmlns="http://www.estaronline.com/api/orders">
<authenticationToken>string</authenticationToken>
<orderID>int</orderID>
</RetrieveRelatedOrders>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<RetrieveRelatedOrdersResponse xmlns="http://www.estaronline.com/api/orders">
<RetrieveRelatedOrdersResult>
<Data>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Notes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<OrderItems xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Vouchers xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Transactions xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Attributes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Notes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<OrderItems xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Vouchers xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Transactions xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<Attributes xsi:nil="true" xmlns="http://www.estaronline.com/api" />
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
</Data>
</RetrieveRelatedOrdersResult>
</RetrieveRelatedOrdersResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /global/api/Orders.asmx/RetrieveRelatedOrders?authenticationToken=string&orderID=string HTTP/1.1 Host: demo.viare.io
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<OrderApiResponse xmlns="http://www.estaronline.com/api/orders">
<Data>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xmlns="http://www.estaronline.com/api">
<PreviousDispatchPoint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PreviousDispatchPoint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</PreviousDispatchPoints>
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xmlns="http://www.estaronline.com/api">
<NominatedPerson d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CollectionPerson d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DateShippedToStore>dateTime</DateShippedToStore>
<DateArrivedInStore>dateTime</DateArrivedInStore>
<DateCollected>dateTime</DateCollected>
<CollectionStore>int</CollectionStore>
</ClickAndCollectDetails>
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xmlns="http://www.estaronline.com/api">
<string>string</string>
<string>string</string>
</CourierTickets>
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xmlns="http://www.estaronline.com/api">
<int>int</int>
<int>int</int>
</ChildOrders>
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xmlns="http://www.estaronline.com/api">
<CustomerAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CustomerAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Addresses>
<Notes xmlns="http://www.estaronline.com/api">
<OrderNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<OrderNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Notes>
<OrderItems xmlns="http://www.estaronline.com/api">
<OrderItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<OrderItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</OrderItems>
<Vouchers xmlns="http://www.estaronline.com/api">
<Voucher d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Voucher d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Vouchers>
<Transactions xmlns="http://www.estaronline.com/api">
<Transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Transactions>
<Attributes xmlns="http://www.estaronline.com/api">
<NameValuePair d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NameValuePair d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Attributes>
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xmlns="http://www.estaronline.com/api">
<PreviousDispatchPoint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PreviousDispatchPoint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</PreviousDispatchPoints>
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xmlns="http://www.estaronline.com/api">
<NominatedPerson d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CollectionPerson d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DateShippedToStore>dateTime</DateShippedToStore>
<DateArrivedInStore>dateTime</DateArrivedInStore>
<DateCollected>dateTime</DateCollected>
<CollectionStore>int</CollectionStore>
</ClickAndCollectDetails>
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xmlns="http://www.estaronline.com/api">
<string>string</string>
<string>string</string>
</CourierTickets>
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xmlns="http://www.estaronline.com/api">
<int>int</int>
<int>int</int>
</ChildOrders>
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xmlns="http://www.estaronline.com/api">
<CustomerAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CustomerAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Addresses>
<Notes xmlns="http://www.estaronline.com/api">
<OrderNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<OrderNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Notes>
<OrderItems xmlns="http://www.estaronline.com/api">
<OrderItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<OrderItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</OrderItems>
<Vouchers xmlns="http://www.estaronline.com/api">
<Voucher d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Voucher d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Vouchers>
<Transactions xmlns="http://www.estaronline.com/api">
<Transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Transactions>
<Attributes xmlns="http://www.estaronline.com/api">
<NameValuePair d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NameValuePair d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Attributes>
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
</Data>
</OrderApiResponse>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /global/api/Orders.asmx/RetrieveRelatedOrders HTTP/1.1 Host: demo.viare.io Content-Type: application/x-www-form-urlencoded Content-Length: length authenticationToken=string&orderID=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<OrderApiResponse xmlns="http://www.estaronline.com/api/orders">
<Data>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xmlns="http://www.estaronline.com/api">
<PreviousDispatchPoint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PreviousDispatchPoint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</PreviousDispatchPoints>
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xmlns="http://www.estaronline.com/api">
<NominatedPerson d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CollectionPerson d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DateShippedToStore>dateTime</DateShippedToStore>
<DateArrivedInStore>dateTime</DateArrivedInStore>
<DateCollected>dateTime</DateCollected>
<CollectionStore>int</CollectionStore>
</ClickAndCollectDetails>
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xmlns="http://www.estaronline.com/api">
<string>string</string>
<string>string</string>
</CourierTickets>
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xmlns="http://www.estaronline.com/api">
<int>int</int>
<int>int</int>
</ChildOrders>
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xmlns="http://www.estaronline.com/api">
<CustomerAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CustomerAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Addresses>
<Notes xmlns="http://www.estaronline.com/api">
<OrderNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<OrderNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Notes>
<OrderItems xmlns="http://www.estaronline.com/api">
<OrderItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<OrderItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</OrderItems>
<Vouchers xmlns="http://www.estaronline.com/api">
<Voucher d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Voucher d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Vouchers>
<Transactions xmlns="http://www.estaronline.com/api">
<Transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Transactions>
<Attributes xmlns="http://www.estaronline.com/api">
<NameValuePair d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NameValuePair d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Attributes>
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
<Order>
<ID xmlns="http://www.estaronline.com/api">int</ID>
<Customer xmlns="http://www.estaronline.com/api">int</Customer>
<OrderDate xmlns="http://www.estaronline.com/api">dateTime</OrderDate>
<Phone xmlns="http://www.estaronline.com/api">string</Phone>
<Email xmlns="http://www.estaronline.com/api">string</Email>
<Status xmlns="http://www.estaronline.com/api">Initiated or Confirmed or InProgress or InvalidCardNumber or Completed or Cancelled or PaymentProcessing or PaymentProcessingError or ToBePrinted or ReadyToDispatch or PersonaliseItems or PendingPaymentProcessing or ExportedToExternal or ShippedToStore or ReceivedInStore or PendingRiskEvaluation or PotentiallyFraudulent or FraudulentOrder or PendingManualPayment or SendInProgress3PL or DispatchInProgress3PL or SendError3PL or UpdateError3PL or OrderSubmitting or ProcessingMOTO or Unknown</Status>
<OrderStatus xmlns="http://www.estaronline.com/api">int</OrderStatus>
<AdminReference xmlns="http://www.estaronline.com/api">string</AdminReference>
<CustomerReference xmlns="http://www.estaronline.com/api">string</CustomerReference>
<AdditionalDetails xmlns="http://www.estaronline.com/api">string</AdditionalDetails>
<FollowUpDate xmlns="http://www.estaronline.com/api">dateTime</FollowUpDate>
<GiftWrapStatus xmlns="http://www.estaronline.com/api">boolean</GiftWrapStatus>
<GiftMessage xmlns="http://www.estaronline.com/api">string</GiftMessage>
<DeliveryInstructions xmlns="http://www.estaronline.com/api">string</DeliveryInstructions>
<Currency xmlns="http://www.estaronline.com/api">string</Currency>
<PaymentMethod xmlns="http://www.estaronline.com/api">int</PaymentMethod>
<Freight xmlns="http://www.estaronline.com/api">decimal</Freight>
<FreightDiscount xmlns="http://www.estaronline.com/api">decimal</FreightDiscount>
<FreightTax xmlns="http://www.estaronline.com/api">decimal</FreightTax>
<FreightIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightIncludingTax>
<FreightDiscountIncludingTax xmlns="http://www.estaronline.com/api">decimal</FreightDiscountIncludingTax>
<OrderBasedDiscount xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscount>
<OrderBasedDiscountExcludingTax xmlns="http://www.estaronline.com/api">decimal</OrderBasedDiscountExcludingTax>
<OrderTotal xmlns="http://www.estaronline.com/api">decimal</OrderTotal>
<AuthCode xmlns="http://www.estaronline.com/api">string</AuthCode>
<AuthDate xmlns="http://www.estaronline.com/api">dateTime</AuthDate>
<AuthAmount xmlns="http://www.estaronline.com/api">decimal</AuthAmount>
<DispatchLocation xmlns="http://www.estaronline.com/api">string</DispatchLocation>
<PreviousDispatchPoints xmlns="http://www.estaronline.com/api">
<PreviousDispatchPoint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<PreviousDispatchPoint d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</PreviousDispatchPoints>
<FreightProvider xmlns="http://www.estaronline.com/api">string</FreightProvider>
<ClickAndCollectDetails xmlns="http://www.estaronline.com/api">
<NominatedPerson d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CollectionPerson d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<DateShippedToStore>dateTime</DateShippedToStore>
<DateArrivedInStore>dateTime</DateArrivedInStore>
<DateCollected>dateTime</DateCollected>
<CollectionStore>int</CollectionStore>
</ClickAndCollectDetails>
<CollectionStore xmlns="http://www.estaronline.com/api">int</CollectionStore>
<CollectionDetails xmlns="http://www.estaronline.com/api" />
<DispatchDate xmlns="http://www.estaronline.com/api">dateTime</DispatchDate>
<CourierTicket xmlns="http://www.estaronline.com/api">string</CourierTicket>
<CourierTickets xmlns="http://www.estaronline.com/api">
<string>string</string>
<string>string</string>
</CourierTickets>
<ParentOrder xmlns="http://www.estaronline.com/api">int</ParentOrder>
<OriginalOrder xmlns="http://www.estaronline.com/api">int</OriginalOrder>
<ChildOrders xmlns="http://www.estaronline.com/api">
<int>int</int>
<int>int</int>
</ChildOrders>
<Fax xmlns="http://www.estaronline.com/api">string</Fax>
<DateCreated xmlns="http://www.estaronline.com/api">dateTime</DateCreated>
<DateModified xmlns="http://www.estaronline.com/api">dateTime</DateModified>
<Website xmlns="http://www.estaronline.com/api">int</Website>
<FraudProfileXML xmlns="http://www.estaronline.com/api">string</FraudProfileXML>
<AllowDiscounts xmlns="http://www.estaronline.com/api">boolean</AllowDiscounts>
<DeliverToRegistrant xmlns="http://www.estaronline.com/api">boolean</DeliverToRegistrant>
<ExternalOrderSource xmlns="http://www.estaronline.com/api">string</ExternalOrderSource>
<ExternalOrderID xmlns="http://www.estaronline.com/api">string</ExternalOrderID>
<Addresses xmlns="http://www.estaronline.com/api">
<CustomerAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<CustomerAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Addresses>
<Notes xmlns="http://www.estaronline.com/api">
<OrderNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<OrderNote d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Notes>
<OrderItems xmlns="http://www.estaronline.com/api">
<OrderItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<OrderItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</OrderItems>
<Vouchers xmlns="http://www.estaronline.com/api">
<Voucher d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Voucher d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Vouchers>
<Transactions xmlns="http://www.estaronline.com/api">
<Transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<Transaction d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Transactions>
<Attributes xmlns="http://www.estaronline.com/api">
<NameValuePair d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
<NameValuePair d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
</Attributes>
<PriorityDescription xmlns="http://www.estaronline.com/api">string</PriorityDescription>
</Order>
</Data>
</OrderApiResponse>