3 delivery modes are available and need to be treated specifically :
Delivery mode | ShippingMode tag | RelayID tag |
Standard | Domicile standard | Not needed |
Express | Domicile express | Not needed |
Mondial Relay pick-up point | Mondial Relay Standard | ID of the pick up point to precise |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cdis="http://www.cdiscount.com" xmlns:cdis1="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages" xmlns:sys="http://schemas.datacontract.org/2004/07/System.Device.Location" xmlns:cdis2="http://schemas.datacontract.org/2004/07/Cdiscount.Service.Marketplace.API.External.Contract.Data.Order">
<soapenv:Header/>
<soapenv:Body>
<cdis:CreateExternalOrder>
<cdis:headerMessage>
<cdis1:Context>
<cdis1:CatalogID>1</cdis1:CatalogID>
<cdis1:CustomerID>123</cdis1:CustomerID>
<cdis1:CustomerPoolID>1</cdis1:CustomerPoolID>
<cdis1:SiteID>100</cdis1:SiteID>
</cdis1:Context>
<cdis1:Localization>
<cdis1:Country>Fr</cdis1:Country>
<cdis1:Currency>Eur</cdis1:Currency>
<cdis1:DecimalPosition>2</cdis1:DecimalPosition>
<cdis1:Language>Fr</cdis1:Language>
</cdis1:Localization>
<cdis1:Security>
<cdis1:DomainRightsList xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<cdis1:IssuerID xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<cdis1:SessionID xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<cdis1:SubjectLocality xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<cdis1:TokenId>${#Project#token}</cdis1:TokenId>
<cdis1:UserName xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</cdis1:Security>
<cdis1:Version>1.0</cdis1:Version>
</cdis:headerMessage>
<cdis:request>
<cdis2:Order>
<cdis2:Comments xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<cdis2:Corporation>FNAC</cdis2:Corporation>
<cdis2:Customer>
<cdis2:AdditionalShippingAddress>Rce le Verger d'Hermès</cdis2:AdditionalShippingAddress>
<cdis2:CellPhoneNumber>0033.5 123-456 78</cdis2:CellPhoneNumber>
<cdis2:Civility>M</cdis2:Civility>
<cdis2:CustomerEmailAddress>agnes.valette@gmail.com</cdis2:CustomerEmailAddress>
<cdis2:CustomerFirstName>Polpettini</cdis2:CustomerFirstName>
<cdis2:CustomerLastName>Ugo</cdis2:CustomerLastName>
<cdis2:LandlinePhoneNumber>+33 612 34.56-78</cdis2:LandlinePhoneNumber>
<cdis2:Locality xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<cdis2:ShippingAddress>18 rue Paul preboist</cdis2:ShippingAddress>
<cdis2:ShippingAddressTitle xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<cdis2:ShippingCity>Marseille</cdis2:ShippingCity>
<cdis2:ShippingCountry>FRANCE</cdis2:ShippingCountry>
<cdis2:ShippingPostalCode>13013</cdis2:ShippingPostalCode>
</cdis2:Customer>
<cdis2:CustomerOrderNumber>CDS2</cdis2:CustomerOrderNumber>
<cdis2:OrderDate>2016-06-08T01:01:01</cdis2:OrderDate>
<cdis2:OrderLineList>
<cdis2:ExternalOrderLine>
<cdis2:ProductEan>3401565611712</cdis2:ProductEan>
<cdis2:ProductReference xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
<cdis2:Quantity>1</cdis2:Quantity>
</cdis2:ExternalOrderLine>
</cdis2:OrderLineList>
<cdis2:ShippingMode>Domicile standard</cdis2:ShippingMode>
</cdis2:Order>
</cdis:request>
</cdis:CreateExternalOrder>
</soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<CreateExternalOrderResponse xmlns="http://www.cdiscount.com">
<CreateExternalOrderResult xmlns:a="http://schemas.datacontract.org/2004/07/Cdiscount.Service.Marketplace.API.External.Contract.Data" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ErrorMessage i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages"/>
<OperationSuccess xmlns="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages">true</OperationSuccess>
<ErrorList/>
<SellerLogin>login</SellerLogin>
<TokenId i:nil="true"/>
</CreateExternalOrderResult>
</CreateExternalOrderResponse>
</s:Body>
</s:Envelope>