eBay::API::XML::DataType::ProductArrayType - eBay::API::XML::DataType::ProductArrayType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


eBay-API documentation  | view source Contained in the eBay-API distribution.