Manufacturer Searches

Manufacturer Searches via XML

This section shows how to create a request for a manufacturer search.

Call and Response

Request Format

http://xml.amazon.com/onca/xml3?t=webservices-20&dev-t=[developer’s token goes here]&ManufacturerSearch=[manufacturer goes here]&mode=[product line goes here: choices are electronics, kitchen, videogames, software, photo, pc-hardware]&type=[lite or heavy]&page=1&f=xml

Response

The ManufacturerSearch request returns a ProductInfo node. The ProductInfo node contains an array of Detail nodes.

Examples

http://xml.amazon.com/onca/xml3?t=webservices-20&dev-t=[developer’s token goes here]&ManufacturerSearch=palm&mode=electronics&type=lite&page=1&f=xml

http://xml.amazon.com/onca/xml3?t=webservices-20&dev-t=[developer’s token goes here]&ManufacturerSearch=braun&mode=kitchen&type=heavy&page=1&f=xml

Manufacturer Search via SOAP

This section shows how to create a request for a manufacturer search.  This request will return a SOAP object containing the Lite or the Heavy form of the data.

Call and Response

Request Name

ManufacturerSearchRequest

Request Format

manufacturer string

page  string

mode  string

tag  string

type  string

sort  string  (optional)

devtag  string

Response

The ManufacturerSearch request returns a ProductInfo node. The ProductInfo node contains an array of Detail nodes.