ws
Click here for a complete list of operations.
InsertMyStoreOffer
Add offer to your custom store. Use the combination of listID and liidCustomSKU to identify item to load to market
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/InsertMyStoreOffer" <?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> <InsertMyStoreOffer xmlns="http://webservices.liquidatedirect.com/"> <appKey>string</appKey> <xslUri>string</xslUri> <marketID>string</marketID> <price>string</price> <qty>string</qty> <shipWithinText>string</shipWithinText> <shipWithinValue>string</shipWithinValue> <whoPaysShipping>string</whoPaysShipping> <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> <insuranceFee>string</insuranceFee> <insuranceOption>string</insuranceOption> <homePageFeatured>string</homePageFeatured> <showAsGift>string</showAsGift> <shipGiftAmount>string</shipGiftAmount> <shipFreeAbove>string</shipFreeAbove> <listName>string</listName> <liidCustomSKU>string</liidCustomSKU> <shipCanada>string</shipCanada> <shipInternational>string</shipInternational> <pickupAvailable>string</pickupAvailable> </InsertMyStoreOffer> </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> <InsertMyStoreOfferResponse xmlns="http://webservices.liquidatedirect.com/"> <InsertMyStoreOfferResult>xml</InsertMyStoreOfferResult> </InsertMyStoreOfferResponse> </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> <InsertMyStoreOffer xmlns="http://webservices.liquidatedirect.com/"> <appKey>string</appKey> <xslUri>string</xslUri> <marketID>string</marketID> <price>string</price> <qty>string</qty> <shipWithinText>string</shipWithinText> <shipWithinValue>string</shipWithinValue> <whoPaysShipping>string</whoPaysShipping> <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> <insuranceFee>string</insuranceFee> <insuranceOption>string</insuranceOption> <homePageFeatured>string</homePageFeatured> <showAsGift>string</showAsGift> <shipGiftAmount>string</shipGiftAmount> <shipFreeAbove>string</shipFreeAbove> <listName>string</listName> <liidCustomSKU>string</liidCustomSKU> <shipCanada>string</shipCanada> <shipInternational>string</shipInternational> <pickupAvailable>string</pickupAvailable> </InsertMyStoreOffer> </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> <InsertMyStoreOfferResponse xmlns="http://webservices.liquidatedirect.com/"> <InsertMyStoreOfferResult>xml</InsertMyStoreOfferResult> </InsertMyStoreOfferResponse> </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/InsertMyStoreOffer?appKey=string&xslUri=string&marketID=string&price=string&qty=string&shipWithinText=string&shipWithinValue=string&whoPaysShipping=string&shipOpt1Type=string&shipOpt1Fee=string&shipOpt1Fee2=string&shipOpt2Type=string&shipOpt2Fee=string&shipOpt2Fee2=string&shipOpt3Type=string&shipOpt3Fee=string&shipOpt3Fee2=string&insuranceFee=string&insuranceOption=string&homePageFeatured=string&showAsGift=string&shipGiftAmount=string&shipFreeAbove=string&listName=string&liidCustomSKU=string&shipCanada=string&shipInternational=string&pickupAvailable=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/InsertMyStoreOffer HTTP/1.1 Host: webservices.solidcommerce.com Content-Type: application/x-www-form-urlencoded Content-Length: length appKey=string&xslUri=string&marketID=string&price=string&qty=string&shipWithinText=string&shipWithinValue=string&whoPaysShipping=string&shipOpt1Type=string&shipOpt1Fee=string&shipOpt1Fee2=string&shipOpt2Type=string&shipOpt2Fee=string&shipOpt2Fee2=string&shipOpt3Type=string&shipOpt3Fee=string&shipOpt3Fee2=string&insuranceFee=string&insuranceOption=string&homePageFeatured=string&showAsGift=string&shipGiftAmount=string&shipFreeAbove=string&listName=string&liidCustomSKU=string&shipCanada=string&shipInternational=string&pickupAvailable=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0"?> xml