1Net::Amazon::Request::BUlseenrdeCdo(n3t)ributed Perl DocNuemte:n:tAamtaizoonn::Request::Blended(3)
2
3
4
6 Net::Amazon::Request::Blended - request class for 'Blended Search'
7
9 use Net::Amazon;
10 use Net::Amazon::Request::Blended;
11
12 my $ua = Net::Amazon->new(
13 token => 'YOUR_AMZN_TOKEN'
14 );
15
16 my $req = Net::Amazon::Request::Blended->new(
17 blended => 'perl'
18 );
19
20 # Response is of type Net::Amazon::Response::Blended
21 my $resp = $ua->request($req);
22
24 "Net::Amazon::Request::Blended" is a class used to request Blended
25 Searches from the Amazon web service.
26
27 The "blended" parameter specifies the keyword search string for the
28 blended query. "mode" is not applicable to blended searches which
29 returns books, music, etc all at once.
30
31 Upon success, the response's properties() method will return a list of
32 "Net::Amazon::Property::*" objects.
33
34 METHODS
35 new(keyword => $search_string)
36 Constructs a new "Net::Amazon::Request::Blended" object.
37
38 See the "Amazon Web Services 2.1 API and Integration Guide" for
39 details.
40
41 Check Net::Amazon::Request for common request parameters not listed
42 here.
43
45 Robert Graff, <rgraff@workingdemo.com>
46
47
48
49perl v5.38.0 2023-07-21 Net::Amazon::Request::Blended(3)