Net::Amazon::Request::ManufactuUser3Contributed Perl DocumNet::Amazon::Request::Manufacturer(3pm)
NAME
Net::Amazon::Request::Manufacturer - Class for submitting Manufacturer requests
SYNOPSIS
use Net::Amazon;
use Net::Amazon::Request::Manufacturer;
my $ua = Net::Amazon->new(
token => 'YOUR_AMZN_TOKEN'
);
my $req = Net::Amazon::Request::Manufacturer->new(
manufacturer => 'Disney'
);
# Response is of type Net::Amazon::Response::Manufacturer
my $resp = $ua->request($req);
DESCRIPTION
"Net::Amazon::Request::Manufacturer" is a class used to submit searches for items made by
a given manufacturer.
The manufacturer to search for is specified in the "manufacturer" parameter.
Upon success, the responses' "properties()" method will return one or more "Net::Ama-
zon::Property::*" objects.
METHODS
new( manufacturer => $manufacturer )
Constructs a new "Net::Amazon::Request::Manufacturer" object, used to query the Amazon
web service for an item with the specified manufacturer name.
Check Net::Amazon::Request for common request parameters not listed here.
SEE ALSO
AUTHORS
Bill Fitzpatrick Mike Schilli, <m AT perlmeister.com>
perl v5.8.8 2007-11-11 Net::Amazon::Request::Manufacturer(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-24 20:13 @38.107.179.239 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)