1Net::Amazon::Result::SeUlsleerr(C3o)ntributed Perl DocumNeentt:a:tAimoanzon::Result::Seller(3)
2
3
4
6 Net::Amazon::Result::Seller - Class for Seller info
7
9 use Net::Amazon;
10
11 # ...
12
13 if($resp->is_success()) {
14 print $resp->result()->as_string();
15 }
16
18 "Net::Amazon::Result::Seller" is a container for results on a seller
19 search. It contains data on one particular seller (the one turned up by
20 the previous search) and the listings this seller is currently running.
21
22 METHODS
23 StoreName()
24 Name of the seller's store.
25
26 SellerNickname()
27 Seller's nickname.
28
29 StoreId()
30 ID of seller's store.
31
32 NumberOfOpenListings()
33 Number of listings the seller has currently open.
34
35 listings()
36 Returns an array of "Net::Amazon::Result::Seller::Listing" objects.
37 See the documentation of this class for details.
38
40 Mike Schilli, <m@perlmeister.com>
41
43 Copyright 2004 by Mike Schilli <m@perlmeister.com>
44
45 This library is free software; you can redistribute it and/or modify it
46 under the same terms as Perl itself.
47
48
49
50perl v5.32.1 2021-01-27 Net::Amazon::Result::Seller(3)