Order history
Short description
Delivery method
Changes from ErpCache_Order XML 1.0 to 1.1
Structure XML
<?xml version="1.0" encoding="utf-8"?>
<Import>
<ImportSettings>
<Importer>ErpCache_Orders</Importer>
<Version>1.1</Version>
</ImportSettings>
<Orders>
<Order>
<OrderNumber></OrderNumber>
<JobNumber></JobNumber>
<BillingAddress1></BillingAddress1>
<BillingCity></BillingCity>
<BillingCountry></BillingCountry>
<BillingName1></BillingName1>
<BillingName2></BillingName2>
<BillingPostalCode></BillingPostalCode>
<DeliveryDate></DeliveryDate>
<Description></Description>
<ExternalOrderNumber></ExternalOrderNumber>
<OrderedBy></OrderedBy>
<OrderDate></OrderDate>
<OrderState></OrderState>
<PaymentMethodCode></PaymentMethodCode>
<Reference></Reference>
<ShipmentMethodCode></ShipmentMethodCode>
<ShippingAddress1></ShippingAddress1>
<ShippingCity></ShippingCity>
<ShippingCountry></ShippingCountry>
<ShippingName1></ShippingName1>
<ShippingName2></ShippingName2>
<ShippingPostalCode></ShippingPostalCode>
<ShippingTransportInstruction></ShippingTransportInstruction>
<TotalPriceExclVat></TotalPriceExclVat>
<TotalPriceInclVat></TotalPriceInclVat>
<TotalVat></TotalVat>
<OrderLines>
<OrderLine>
<LineNumber></LineNumber>
<Carrier></Carrier>
<DiscountAmountExclVat></DiscountAmountExclVat>
<DiscountDescription></DiscountDescription>
<DiscountPercentage></DiscountPercentage>
<IsExternal></IsExternal>
<GrossPriceExclVat></GrossPriceExclVat>
<NettoPriceExclVat></NettoPriceExclVat>
<OrderLineStatus></OrderLineStatus>
<OrderLineType></OrderLineType>
<ProductDescription></ProductDescription>
<ProductNumber></ProductNumber>
<Quantity></Quantity>
<RemainingQuantity></RemainingQuantity>
<SubTotalPriceExclVat></SubTotalPriceExclVat>
<TrackAndTraceReference></TrackAndTraceReference>
<VatPercentage></VatPercentage>
<NettoPriceInclVat></NettoPriceInclVat>
<SubTotalPriceInclVat></SubTotalPriceInclVat>
<BaseUnit></BaseUnit>
<PriceUnit></PriceUnit>
</OrderLine>
</OrderLines>
</Order>
</Orders>
</Import>
Fields XML
Was this helpful?

