| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::DataType::ProductArrayType
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.
eBay::API::XML::DataType::ProductArrayType inherits from the eBay::API::XML::BaseDataType class
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'
Calls: GetSearchResultsExpress Returned: Conditionally
# Returns: reference to an array of 'ns:ExpressProductType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |