You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.9 KiB
XML
47 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
|
|
<s:Body>
|
|
<ValidateOrderList xmlns="http://www.cdiscount.com">
|
|
<headerMessage xmlns:a="http://schemas.datacontract.org/2004/07/Cdiscount.Framework.Core.Communication.Messages" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
|
|
<a:Context>
|
|
<a:CatalogID>1</a:CatalogID>
|
|
<a:CustomerPoolID>1</a:CustomerPoolID>
|
|
<a:SiteID>100</a:SiteID>
|
|
</a:Context>
|
|
<a:Localization>
|
|
<a:Country>Fr</a:Country>
|
|
<a:Currency>Eur</a:Currency>
|
|
<a:DecimalPosition>2</a:DecimalPosition>
|
|
<a:Language>Fr</a:Language>
|
|
</a:Localization>
|
|
<a:Security>
|
|
<a:DomainRightsList i:nil="true"/>
|
|
<a:IssuerID i:nil="true"/>
|
|
<a:SessionID i:nil="true"/>
|
|
<a:SubjectLocality i:nil="true"/>
|
|
<a:TokenId>@Token@</a:TokenId>
|
|
<a:UserName i:nil="true"/>
|
|
</a:Security>
|
|
<a:Version>1.0</a:Version>
|
|
</headerMessage>
|
|
<validateOrderListMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
|
|
<OrderList>
|
|
<ValidateOrder>
|
|
<CarrierName>EUB</CarrierName>
|
|
<OrderLineList>
|
|
<ValidateOrderLine>
|
|
<AcceptationState>ShippedBySeller</AcceptationState>
|
|
<ProductCondition>New</ProductCondition>
|
|
<SellerProductId>WWX091-Black-S</SellerProductId>
|
|
</ValidateOrderLine>
|
|
</OrderLineList>
|
|
<OrderNumber>1601281155HKLBI</OrderNumber>
|
|
<OrderState>Shipped</OrderState>
|
|
<TrackingNumber>LM992236680CN</TrackingNumber>
|
|
<TrackingUrl>http://www.17track.net/en</TrackingUrl>
|
|
</ValidateOrder>
|
|
</OrderList>
|
|
</validateOrderListMessage>
|
|
</ValidateOrderList>
|
|
</s:Body>
|
|
</s:Envelope> |