The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::ProductArrayType

DESCRIPTION

Container for a list of eBay Express products. Can contain zero, one, or multiple ExpressProductType objects, each of which conveys the data for one product.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::ProductArrayType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setProduct()

Contains the data properties that define one eBay catalog product that matches the request, if any. GetSearchResultsExpress only returns products when matching products are found. For each product, the set of fields returned is controlled by the value of ProductDetails in the request. Multiple Product nodes can be returned (up to the amount specified in EntriesPerPage).

# Argument: reference to an array of 'ns:ExpressProductType'

getProduct()

  Calls: GetSearchResultsExpress
  Returned: Conditionally

# Returns: reference to an array of 'ns:ExpressProductType'