Product.Get
Gets information about a product from the database. HTTP Operation HTTP GET URL https://www.mblast.com/api/rest/v.01/product.get.aspx Parameters See the documentation for creating REST queries.
Sample Request URL: https://www.mblast.com/api/rest/v.01/product.get.aspx?un=demo&pw=demo&recordID=12345 Response Elements Response are returned in an XML document.
Example response The following is an example of the response returned by the Product.Get method.
<?xml version="1.0" encoding="UTF-8"?>
<response>
<product>
<recordID>12345</recordID>
<name>Wireless-G Cable Gateway</name>
<company>12345</company>
<description>
The Linksys Wireless-G Cable Gateway is the
all-in-one solution for Internet connectivity in
your home -- a Cable Modem, Internet-sharing
Router, Switch, and Access Point in one box!
</description>
<modelnumber>WCG200</modelnumber>
<partnumber>WCG200</partnumber>
<price>$149.99</price>
<link>http://www.linksys.com/WCG200</link>
<imagelink>http://www.linksys.com/WCG200/image.png</imagelink>
<contact>23456</contact>
<phone>+1 (555) 555-1212</phone>
<keywords>wireless-G, DOCSIS, cable modem</keywords>
</product>
</response>
Errors Product.Get returns the standard errors. There are no errors specific to this method. |