Director Searches

Director Searches via XML

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

Call and Response

Request Format

http://xml.amazon.com/onca/xml3?t=webservices-20&dev-t=[developer’s token goes here]&DirectorSearch=[director's name goes here]&mode=[product line goes here: choices are dvd, vhs, video]&type=[lite or heavy]&page=1&f=xml

Response

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

Example

http://xml.amazon.com/onca/xml3?t=webservices-20&dev-t=[developer’s token goes here]&DirectorSearch=Stephen%20Spielberg&mode=dvd&type=lite&page=1&f=xml

Director Search via SOAP

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

Call and Response

Request Name

DirectorSearchRequest

Request Format

director string

page  string

mode  string

tag  string

type  string

devtag  string

Response

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