SYNOPSIS

  for($seller_search_resp->result()->seller()->listings()) {
      print $_->as_string(), "\n";
  }

DESCRIPTION

\*(C`Net::Amazon::Result::Seller::Listing\*(C' is a container for a single listing owned by a third-party seller, who is represented by a \*(C`Net::Amazon::Result::Seller\*(C' object.

An object of this class is also returned by an \*(C`Exchange\*(C' request, using \*(C`Net::Amazon::Response::Exchange\*(C''s \*(C`result\*(C' method.

\s-1METHODS\s0

ExchangeStartDate()
ExchangeConditionType()
ExchangeCondition()
ExchangeSubCondition()
ExchangeAsin()
ExchangeSellerId()
ExchangeEndDate()
ExchangePrice()
ExchangeAmount()
ExchangeCurrencyCode()
ExchangeStatus()
ExchangeId()
ExchangeTitle()
ExchangeQuantityAllocated()
ExchangeQuantity()
ExchangeSellerNickname()
ListingId()

AUTHOR

Mike Schilli, <[email protected]>

COPYRIGHT AND LICENSE

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.