The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

eBay::API::XML::DataType::SearchResultItemArrayType

DESCRIPTION

Container for a list of search result items, such as returned by GetSearchResults. Will contain zero, one, or multiple SearchResultItemType items, each of which represents one item listing that was found by the search.

SYNOPSIS

INHERITANCE

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

Subroutines:

setSearchResultItem()

Contains data for an item listing found by a search.

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

getSearchResultItem()

  Calls: GetSearchResults
  Returned: Conditionally
  Details: DetailLevel: ItemReturnAttributes, ItemReturnCategories, none, ReturnAll
           GranularityLevel: Coarse

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