Net::Amazon::Result::Seller - Class for Seller info


Net-Amazon documentation  | view source Contained in the Net-Amazon distribution.

Index


NAME

Top

Net::Amazon::Result::Seller - Class for Seller info

SYNOPSIS

Top

  use Net::Amazon;

  # ...

  if($resp->is_success()) {
      print $resp->result()->as_string();
  }

DESCRIPTION

Top

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.

AUTHOR

Top

Mike Schilli, <m@perlmeister.com>

COPYRIGHT AND LICENSE

Top


Net-Amazon documentation  | view source Contained in the Net-Amazon distribution.