ws
Click here for a complete list of operations.
UpdateOffer
Update Offer Information. Use keyType=0 for offerID key update, and keyType=1 for Custom SKU key
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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/UpdateOffer"
<?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>
<UpdateOffer xmlns="http://webservices.liquidatedirect.com/">
<appKey>string</appKey>
<securityKey>string</securityKey>
<xslUri>string</xslUri>
<keyID>string</keyID>
<keyType>string</keyType>
<price>string</price>
<qty>string</qty>
<offerTitle>string</offerTitle>
<insuranceType>string</insuranceType>
<insuranceFee>string</insuranceFee>
<shipWithinText>string</shipWithinText>
<shipWithinValue>string</shipWithinValue>
<shipOpt1Type>string</shipOpt1Type>
<shipOpt1Fee>string</shipOpt1Fee>
<shipOpt1Fee2>string</shipOpt1Fee2>
<shipOpt2Type>string</shipOpt2Type>
<shipOpt2Fee>string</shipOpt2Fee>
<shipOpt2Fee2>string</shipOpt2Fee2>
<shipOpt3Type>string</shipOpt3Type>
<shipOpt3Fee>string</shipOpt3Fee>
<shipOpt3Fee2>string</shipOpt3Fee2>
</UpdateOffer>
</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>
<UpdateOfferResponse xmlns="http://webservices.liquidatedirect.com/">
<UpdateOfferResult>xml</UpdateOfferResult>
</UpdateOfferResponse>
</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>
<UpdateOffer xmlns="http://webservices.liquidatedirect.com/">
<appKey>string</appKey>
<securityKey>string</securityKey>
<xslUri>string</xslUri>
<keyID>string</keyID>
<keyType>string</keyType>
<price>string</price>
<qty>string</qty>
<offerTitle>string</offerTitle>
<insuranceType>string</insuranceType>
<insuranceFee>string</insuranceFee>
<shipWithinText>string</shipWithinText>
<shipWithinValue>string</shipWithinValue>
<shipOpt1Type>string</shipOpt1Type>
<shipOpt1Fee>string</shipOpt1Fee>
<shipOpt1Fee2>string</shipOpt1Fee2>
<shipOpt2Type>string</shipOpt2Type>
<shipOpt2Fee>string</shipOpt2Fee>
<shipOpt2Fee2>string</shipOpt2Fee2>
<shipOpt3Type>string</shipOpt3Type>
<shipOpt3Fee>string</shipOpt3Fee>
<shipOpt3Fee2>string</shipOpt3Fee2>
</UpdateOffer>
</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>
<UpdateOfferResponse xmlns="http://webservices.liquidatedirect.com/">
<UpdateOfferResult>xml</UpdateOfferResult>
</UpdateOfferResponse>
</soap12:Body>
</soap12:Envelope>
HTTP GET
The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.
GET /ws.asmx/UpdateOffer?appKey=string&securityKey=string&xslUri=string&keyID=string&keyType=string&price=string&qty=string&offerTitle=string&insuranceType=string&insuranceFee=string&shipWithinText=string&shipWithinValue=string&shipOpt1Type=string&shipOpt1Fee=string&shipOpt1Fee2=string&shipOpt2Type=string&shipOpt2Fee=string&shipOpt2Fee2=string&shipOpt3Type=string&shipOpt3Fee=string&shipOpt3Fee2=string HTTP/1.1 Host: webservices.solidcommerce.com
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0"?> xml
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /ws.asmx/UpdateOffer HTTP/1.1 Host: webservices.solidcommerce.com Content-Type: application/x-www-form-urlencoded Content-Length: length appKey=string&securityKey=string&xslUri=string&keyID=string&keyType=string&price=string&qty=string&offerTitle=string&insuranceType=string&insuranceFee=string&shipWithinText=string&shipWithinValue=string&shipOpt1Type=string&shipOpt1Fee=string&shipOpt1Fee2=string&shipOpt2Type=string&shipOpt2Fee=string&shipOpt2Fee2=string&shipOpt3Type=string&shipOpt3Fee=string&shipOpt3Fee2=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0"?> xml