ws
Click here for a complete list of operations.
UpdateOrderShippingAddress
Update Order Shipping Address
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 /ws.asmx HTTP/1.1
Host: webservices.solidcommerce.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://webservices.liquidatedirect.com/UpdateOrderShippingAddress"
<?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>
<UpdateOrderShippingAddress xmlns="http://webservices.liquidatedirect.com/">
<appKey>string</appKey>
<securityKey>string</securityKey>
<ShipAddressWithSaleID>
<ShipAddressWithSaleIdStruct>
<isEmpty>boolean</isEmpty>
<saleId>int</saleId>
<ShippingAddress>
<isEmpty>boolean</isEmpty>
<ShipToName>string</ShipToName>
<ShipToCompany>string</ShipToCompany>
<Street1>string</Street1>
<Street2>string</Street2>
<City>string</City>
<State>string</State>
<Country>string</Country>
<PhoneNumber>string</PhoneNumber>
<IsResidential>boolean</IsResidential>
<AddressWasManuallyUpdated>boolean</AddressWasManuallyUpdated>
<Zip>string</Zip>
<Zip4>string</Zip4>
<Email>string</Email>
</ShippingAddress>
</ShipAddressWithSaleIdStruct>
<ShipAddressWithSaleIdStruct>
<isEmpty>boolean</isEmpty>
<saleId>int</saleId>
<ShippingAddress>
<isEmpty>boolean</isEmpty>
<ShipToName>string</ShipToName>
<ShipToCompany>string</ShipToCompany>
<Street1>string</Street1>
<Street2>string</Street2>
<City>string</City>
<State>string</State>
<Country>string</Country>
<PhoneNumber>string</PhoneNumber>
<IsResidential>boolean</IsResidential>
<AddressWasManuallyUpdated>boolean</AddressWasManuallyUpdated>
<Zip>string</Zip>
<Zip4>string</Zip4>
<Email>string</Email>
</ShippingAddress>
</ShipAddressWithSaleIdStruct>
</ShipAddressWithSaleID>
</UpdateOrderShippingAddress>
</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>
<UpdateOrderShippingAddressResponse xmlns="http://webservices.liquidatedirect.com/">
<UpdateOrderShippingAddressResult>xml</UpdateOrderShippingAddressResult>
</UpdateOrderShippingAddressResponse>
</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 /ws.asmx HTTP/1.1
Host: webservices.solidcommerce.com
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>
<UpdateOrderShippingAddress xmlns="http://webservices.liquidatedirect.com/">
<appKey>string</appKey>
<securityKey>string</securityKey>
<ShipAddressWithSaleID>
<ShipAddressWithSaleIdStruct>
<isEmpty>boolean</isEmpty>
<saleId>int</saleId>
<ShippingAddress>
<isEmpty>boolean</isEmpty>
<ShipToName>string</ShipToName>
<ShipToCompany>string</ShipToCompany>
<Street1>string</Street1>
<Street2>string</Street2>
<City>string</City>
<State>string</State>
<Country>string</Country>
<PhoneNumber>string</PhoneNumber>
<IsResidential>boolean</IsResidential>
<AddressWasManuallyUpdated>boolean</AddressWasManuallyUpdated>
<Zip>string</Zip>
<Zip4>string</Zip4>
<Email>string</Email>
</ShippingAddress>
</ShipAddressWithSaleIdStruct>
<ShipAddressWithSaleIdStruct>
<isEmpty>boolean</isEmpty>
<saleId>int</saleId>
<ShippingAddress>
<isEmpty>boolean</isEmpty>
<ShipToName>string</ShipToName>
<ShipToCompany>string</ShipToCompany>
<Street1>string</Street1>
<Street2>string</Street2>
<City>string</City>
<State>string</State>
<Country>string</Country>
<PhoneNumber>string</PhoneNumber>
<IsResidential>boolean</IsResidential>
<AddressWasManuallyUpdated>boolean</AddressWasManuallyUpdated>
<Zip>string</Zip>
<Zip4>string</Zip4>
<Email>string</Email>
</ShippingAddress>
</ShipAddressWithSaleIdStruct>
</ShipAddressWithSaleID>
</UpdateOrderShippingAddress>
</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>
<UpdateOrderShippingAddressResponse xmlns="http://webservices.liquidatedirect.com/">
<UpdateOrderShippingAddressResult>xml</UpdateOrderShippingAddressResult>
</UpdateOrderShippingAddressResponse>
</soap12:Body>
</soap12:Envelope>