Class for seller info
use Net::Amazon; # ... if($resp->is_success()) { print $resp->result()->as_string(); }
\*(C`Net::Amazon::Result::Seller\*(C' is a container for results on a seller search. It contains data on one particular seller (the one turned up by the previous search) and the listings this seller is currently running.
Name of the seller's store.
Seller's nickname.
\s-1ID\s0 of seller's store.
Number of listings the seller has currently open.
Returns an array of \*(C`Net::Amazon::Result::Seller::Listing\*(C' objects. See the documentation of this class for details.
Mike Schilli, <[email protected]>
Copyright 2004 by Mike Schilli <[email protected]>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.