Supplier order respons (Extend Commerce Backend)
The message describes delivery response message from a supplier to Extend Commerce Backend.
The supplier can with this message:
Confirm / update deliver dates
Confirm / quantity & prices
Advice that shipment of the purchase has been made
Vocabulary | ||||
|---|---|---|---|---|
|
Specification | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1.1 XML structure
LxirEnvelope /Body(1) LxirEnvelope /Body /LxirSupplierOrderResponse(n)
LxirSupplierOrder/Transport(1)
LxirSupplierOrder/Transport(1)/Packages(1)/Package(n)
LxirSupplierOrder/OrderRows(1)/Row(n)
LxirSupplierOrder/OrderRows(1)/Row(n)/Packages(1)/Package(n)
LxirSupplierOrder/OrderRows(1)/Row(n)/PreAdvicedValues(1)/PreAdvicedValue(n)
Example <LxirEnvelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Header DocumentNumber="4050659" DateTime="2013-10-06T15:23:27" ToPartnerUser="TEST" FromPartnerUser="PARTNER" DocumentVersion="1.0" ToPartner="XOE" FromPartner="PARTNER" DocumentName="LxirSupplierOrderResponse"/> <Body> <LxirSupplierOrderResponse OrderType="Purchase"> <Number>PC-207</Number> <CreateDate>2013-10-06T15:23:27</CreateDate> <Transport/> <OrderRows> <Row> <Position>10</Position> <SubPosition>0</SubPosition> <DeliveredQuantity>1</DeliveredQuantity> <DeliveryDate>2013-10-06T15:23:27</DeliveryDate> </Row> <Row> <Position>20</Position> <SubPosition>0</SubPosition> <DeliveredQuantity>1</DeliveredQuantity> <DeliveryDate>2013-10-06T15:23:27</DeliveryDate> </Row> </OrderRows> </LxirSupplierOrderResponse> </Body> </LxirEnvelope> XSD LxirSupplierOrderResponse
SAMPLE Fi
Document version history
|