Rechercher une page de manuel
Net::Amazon::Result::Seller.3pm
Langue: en
Version: 2007-05-31 (ubuntu - 07/07/09)
Section: 3 (Bibliothèques de fonctions)
NAME
Net::Amazon::Result::Seller - Class for Seller infoSYNOPSIS
use Net::Amazon; # ... if($resp->is_success()) { print $resp->result()->as_string(); }
DESCRIPTION
"Net::Amazon::Result::Seller" 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.METHODS
- StoreName()
- Name of the seller's store.
- SellerNickname()
- Seller's nickname.
- StoreId()
- ID of seller's store.
- NumberOfOpenListings()
- Number of listings the seller has currently open.
- listings()
- Returns an array of "Net::Amazon::Result::Seller::Listing" objects. See the documentation of this class for details.
SEE ALSO
AUTHOR
Mike Schilli, <m@perlmeister.com>COPYRIGHT AND LICENSE
Copyright 2004 by Mike Schilli <m@perlmeister.com>This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre