wsStore


Click here for a complete list of operations.

UpdateShipmentProductDetails

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /HE/WebServices/wsStore.asmx HTTP/1.1
Host: www.kerenel.co.il
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/UpdateShipmentProductDetails"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <UpdateShipmentProductDetails xmlns="http://tempuri.org/">
      <sShipmentName>string</sShipmentName>
    </UpdateShipmentProductDetails>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <UpdateShipmentProductDetailsResponse xmlns="http://tempuri.org/">
      <UpdateShipmentProductDetailsResult>
        <sPID>string</sPID>
        <sCRI>string</sCRI>
        <sCN>string</sCN>
        <sQuantity>string</sQuantity>
        <sStockLevelStatus>string</sStockLevelStatus>
        <sPriceSiteFormatted>string</sPriceSiteFormatted>
        <sPriceSiteDiscountFormatted>string</sPriceSiteDiscountFormatted>
        <sPriceSiteHiddenFormatted>string</sPriceSiteHiddenFormatted>
        <sPriceFormatted>string</sPriceFormatted>
        <sSideCart>string</sSideCart>
        <sSideCartSummation>string</sSideCartSummation>
        <sFullCart>string</sFullCart>
        <sFullCartSummation>string</sFullCartSummation>
        <sFullCartPriceFormatted>string</sFullCartPriceFormatted>
        <sFullCartQuantity>string</sFullCartQuantity>
        <sFullCartCouponDiscount>string</sFullCartCouponDiscount>
        <sOrderCart>string</sOrderCart>
        <sOrderCartSummation>string</sOrderCartSummation>
        <sShipments>string</sShipments>
        <sFullCartShipment>string</sFullCartShipment>
        <sFullCartShipmentDescription>string</sFullCartShipmentDescription>
        <sFullCartShipmentPrice>string</sFullCartShipmentPrice>
        <sCreditCardPayments>string</sCreditCardPayments>
        <sHistory>string</sHistory>
        <sPicture>string</sPicture>
        <sMessage>string</sMessage>
        <sQuickBuy>string</sQuickBuy>
        <sUrl>string</sUrl>
        <csStockLevels>
          <StoreStockLevel>
            <sPID>string</sPID>
            <sCRI>string</sCRI>
            <sStockLevelStatus>string</sStockLevelStatus>
            <sStockLevelStatusPicture>string</sStockLevelStatusPicture>
          </StoreStockLevel>
          <StoreStockLevel>
            <sPID>string</sPID>
            <sCRI>string</sCRI>
            <sStockLevelStatus>string</sStockLevelStatus>
            <sStockLevelStatusPicture>string</sStockLevelStatusPicture>
          </StoreStockLevel>
        </csStockLevels>
        <sOrderTaxFormatted>string</sOrderTaxFormatted>
        <sOrderPriceFormatted>string</sOrderPriceFormatted>
      </UpdateShipmentProductDetailsResult>
    </UpdateShipmentProductDetailsResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /HE/WebServices/wsStore.asmx HTTP/1.1
Host: www.kerenel.co.il
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UpdateShipmentProductDetails xmlns="http://tempuri.org/">
      <sShipmentName>string</sShipmentName>
    </UpdateShipmentProductDetails>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <UpdateShipmentProductDetailsResponse xmlns="http://tempuri.org/">
      <UpdateShipmentProductDetailsResult>
        <sPID>string</sPID>
        <sCRI>string</sCRI>
        <sCN>string</sCN>
        <sQuantity>string</sQuantity>
        <sStockLevelStatus>string</sStockLevelStatus>
        <sPriceSiteFormatted>string</sPriceSiteFormatted>
        <sPriceSiteDiscountFormatted>string</sPriceSiteDiscountFormatted>
        <sPriceSiteHiddenFormatted>string</sPriceSiteHiddenFormatted>
        <sPriceFormatted>string</sPriceFormatted>
        <sSideCart>string</sSideCart>
        <sSideCartSummation>string</sSideCartSummation>
        <sFullCart>string</sFullCart>
        <sFullCartSummation>string</sFullCartSummation>
        <sFullCartPriceFormatted>string</sFullCartPriceFormatted>
        <sFullCartQuantity>string</sFullCartQuantity>
        <sFullCartCouponDiscount>string</sFullCartCouponDiscount>
        <sOrderCart>string</sOrderCart>
        <sOrderCartSummation>string</sOrderCartSummation>
        <sShipments>string</sShipments>
        <sFullCartShipment>string</sFullCartShipment>
        <sFullCartShipmentDescription>string</sFullCartShipmentDescription>
        <sFullCartShipmentPrice>string</sFullCartShipmentPrice>
        <sCreditCardPayments>string</sCreditCardPayments>
        <sHistory>string</sHistory>
        <sPicture>string</sPicture>
        <sMessage>string</sMessage>
        <sQuickBuy>string</sQuickBuy>
        <sUrl>string</sUrl>
        <csStockLevels>
          <StoreStockLevel>
            <sPID>string</sPID>
            <sCRI>string</sCRI>
            <sStockLevelStatus>string</sStockLevelStatus>
            <sStockLevelStatusPicture>string</sStockLevelStatusPicture>
          </StoreStockLevel>
          <StoreStockLevel>
            <sPID>string</sPID>
            <sCRI>string</sCRI>
            <sStockLevelStatus>string</sStockLevelStatus>
            <sStockLevelStatusPicture>string</sStockLevelStatusPicture>
          </StoreStockLevel>
        </csStockLevels>
        <sOrderTaxFormatted>string</sOrderTaxFormatted>
        <sOrderPriceFormatted>string</sOrderPriceFormatted>
      </UpdateShipmentProductDetailsResult>
    </UpdateShipmentProductDetailsResponse>
  </soap12:Body>
</soap12:Envelope>