POST http://{ENV}/MarketplaceAPIService.svc HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "http://www.cdiscount.com/IMarketplaceAPIService/GetSellerInformation"
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetSellerInformation 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>${#Project#token}</a:TokenId>
<a:UserName i:nil="true" />
</a:Security>
<a:Version>1.0</a:Version>
</headerMessage>
</GetSellerInformation>
</s:Body>
</s:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
<GetSellerInformationResponse xmlns="http://www.cdiscount.com">
<GetSellerInformationResult 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>???</TokenId>
<DeliveryModes>
<DeliveryModeInformation>
<Code>STD</Code>
<Name>Normal</Name>
</DeliveryModeInformation>
<DeliveryModeInformation>
<Code>TRK</Code>
<Name>Suivi</Name>
</DeliveryModeInformation>
<DeliveryModeInformation>
<Code>REG</Code>
<Name>Recommandé</Name>
</DeliveryModeInformation>
<DeliveryModeInformation>
<Code>RIM</Code>
<Name>Retrait immédiat en magasin</Name>
</DeliveryModeInformation>
<DeliveryModeInformation>
<Code>MAG</Code>
<Name>Livraison en magasin</Name>
</DeliveryModeInformation>
<DeliveryModeInformation>
<Code>REL</Code>
<Name>Mondial Relay</Name>
</DeliveryModeInformation>
<DeliveryModeInformation>
<Code>RCO</Code>
<Name>Relais Colis</Name>
</DeliveryModeInformation>
<DeliveryModeInformation>
<Code>SO1</Code>
<Name>So Colissimo</Name>
</DeliveryModeInformation>
</DeliveryModes>
<OfferPoolList>
<OfferPool>
<Description>Cdiscount</Description>
<Id>1</Id>
</OfferPool>
<OfferPool>
<Description>Mon corner déco</Description>
<Id>2</Id>
</OfferPool>
</OfferPoolList>
<Seller>
<Email>marketplace@cdiscount.com</Email>
<Login>login</Login>
<MobileNumber>0123456789</MobileNumber>
<PhoneNumber>0123456789</PhoneNumber>
<SellerAddress>
<Address1>1 rue de l'adresse de test</Address1>
<Address2>Complément test</Address2>
<ApartmentNumber i:nil="true"/>
<Building i:nil="true"/>
<City>Bordeaux</City>
<Civility>None</Civility>
<CompanyName i:nil="true"/>
<Country>FRANCE</Country>
<County i:nil="true"/>
<FirstName i:nil="true"/>
<Instructions i:nil="true"/>
<LastName i:nil="true"/>
<PlaceName i:nil="true"/>
<RelayId i:nil="true"/>
<Street i:nil="true"/>
<ZipCode>33000</ZipCode>
<State>Activated/Deactivated/PutOnNotice</State>
<IsAvailable>Holidays/ActiveSeller/BannedSeller</IsAvailable>
</SellerAddress>
<ShopName>Boutique de test</ShopName>
<ShopUrl i:nil="true"/>
<SiretNumber>SIRETXXXXXX</SiretNumber>
</Seller>
</GetSellerInformationResult>
</GetSellerInformationResponse>
</s:Body>
</s:Envelope>