GetProductStockList

<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.Fulfillment.API.External.Contract.Data.InputParameters" xmlns:arr="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
   <soapenv:Header/>
   <soapenv:Body>
      <cdis:GetProductStockList>
         <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>
            <cdis3:BarCodeList xmlns:cdis3="http://schemas.datacontract.org/2004/07/Cdiscount.Service.Marketplace.API.External.Contract.Data.Product">
               <arr:string>3515450012475</arr:string>
            </cdis3:BarCodeList>
            <cdis3:FulfilmentReferencement xmlns:cdis3="http://schemas.datacontract.org/2004/07/Cdiscount.Service.Marketplace.API.External.Contract.Data.Product">All</cdis3:FulfilmentReferencement>
           <cdis3:ShippableStock xmlns:cdis3="http://schemas.datacontract.org/2004/07/Cdiscount.Service.Marketplace.API.External.Contract.Data.Product">All</cdis3:ShippableStock>
           <cdis3:BlockedStock xmlns:cdis3="http://schemas.datacontract.org/2004/07/Cdiscount.Service.Marketplace.API.External.Contract.Data.Product">All</cdis3:BlockedStock>
           <cdis3:SoldOut xmlns:cdis3="http://schemas.datacontract.org/2004/07/Cdiscount.Service.Marketplace.API.External.Contract.Data.Product">All</cdis3:SoldOut>
         </cdis:request>
      </cdis:GetProductStockList>
   </soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body>
      <GetProductStockListResponse xmlns="http://www.cdiscount.com">
         <GetProductStockListResult xmlns:a="http://schemas.datacontract.org/2004/07/Cdiscount.Service.Marketplace.API.External.Contract.Data.Product" 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 i:nil="true"/>
            <TokenId i:nil="true"/>
            <a:ProductStockList>
               <a:ProductStock>
                 <a:AverageWeeklySales>0</a:AverageWeeklySales>
                 <a:BlockedStock>0</a:BlockedStock>
                 <a:CurrentWeeklySales>0</a:CurrentWeeklySales>
                 <a:DamagedReturns>2</a:DamagedReturns>
                 <a:DeliveryDisputes>0</a:DeliveryDisputes>
                 <a:Ean>3770007005007</a:Ean>
                 <a:FodStock>0</a:FodStock>
                 <a:ForecastingStockShortage>0</a:ForecastingStockShortage>
                 <a:FrontStock>0</a:FrontStock>
                 <a:IncomingShipment>0</a:IncomingShipment>
                 <a:IsReferenced>true</a:IsReferenced>
                 <a:Libelle>Cable magnétique MAGCABLE M</a:Libelle>
                 <a:LogisticFees>0</a:LogisticFees>
                 <a:OngoingRecoveries>0</a:OngoingRecoveries>
                 <a:OrderInProgress>0</a:OrderInProgress>
                 <a:OverheadOutsizeFees>2</a:OverheadOutsizeFees>
                 <a:ProductConditionId>None</a:ProductConditionId>
                 <a:ProductState>None</a:ProductState>
                 <a:SellerReference>203</a:SellerReference>
                 <a:ShippableStock>69</a:ShippableStock>
                 <a:Sku>AUC3770007005007</a:Sku>
                 <a:StockCategory>STD</a:StockCategory>
                 <a:StockFees>0</a:StockFees>
                 <a:StockInWarehouse>0</a:StockInWarehouse>
                 <a:Warehouse>EA1</a:Warehouse>
                 <a:WarehouseCode>SMD</a:WarehouseCode>
               </a:ProductStock>
            </a:ProductStockList>
            <a:Status>Ok</a:Status>
            <a:TotalProductCount>1</a:TotalProductCount>
         </GetProductStockListResult>
      </GetProductStockListResponse>
   </s:Body>
</s:Envelope>