CreateRefundVoucherAfterShipment


<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.MarketplaceSandbox.API.External.Contract.Data.Filter" xmlns:cdis3="http://schemas.datacontract.org/2004/07/Cdiscount.Service.MarketplaceSandbox.API.External.Contract.Data.Order">
  <soapenv:Header/>
  <soapenv:Body>
    <cdis:CreateRefundVoucherAfterShipment>
      <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: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:OrderNumber>1704181627O16MQ</cdis2:OrderNumber>
        <cdis2:SellerRefundRequestList>
          <cdis2:SellerRefundRequest>
            <cdis2:Mode>Claim</cdis2:Mode>
            <cdis2:Motive>VendorInitiatedRefund</cdis2:Motive>
            <cdis2:RefundOrderLine>
              <cdis3:Ean>1456987452365</cdis3:Ean>
              <cdis3:RefundShippingCharges>true</cdis3:RefundShippingCharges>
              <cdis3:SellerProductId>SKU-Standart1</cdis3:SellerProductId>
            </cdis2:RefundOrderLine>
          </cdis2:SellerRefundRequest>
        </cdis2:SellerRefundRequestList>
      </cdis:request>
    </cdis:CreateRefundVoucherAfterShipment>
  </soapenv:Body>
</soapenv:Envelope>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Body>
    <CreateRefundVoucherAfterShipmentResponse xmlns="http://www.cdiscount.com">
      <CreateRefundVoucherAfterShipmentResult xmlns:a="http://schemas.datacontract.org/2004/07/Cdiscount.Service.MarketplaceSandbox.API.External.Contract.Data.Order" 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>
        <a:OrderNumber>1704181627O16MQ</a:OrderNumber>
        <a:SellerRefundResultList>
          <a:SellerRefundResult>
            <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>
            <a:Ean i:nil="true"/>
            <a:Motive>VendorRejection</a:Motive>
            <a:SellerProductId i:nil="true"/>
            <a:Value>0</a:Value>
          </a:SellerRefundResult>
        </a:SellerRefundResultList>
      </CreateRefundVoucherAfterShipmentResult>
    </CreateRefundVoucherAfterShipmentResponse>
  </s:Body>
</s:Envelope>