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

NAME

eBay::API::XML::Call::GetCategoryListings::GetCategoryListingsResponseType

DESCRIPTION

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetCategoryListings::GetCategoryListingsResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

setBuyingGuideDetails()

Contains information about relevant buying guides (if any) and the site's buying guide hub. Buying guides are useful to buyers who do not have a specific product in mind. For example, a digital camera buying guide could help a buyer determine what kind of digital camera is right for them.

# Argument: 'ns:BuyingGuideDetailsType'

getBuyingGuideDetails()

  Returned: Conditionally
#    Returns: 'ns:BuyingGuideDetailsType'

setCategory()

Indicates the category from which the listings were drawn.

# Argument: 'ns:CategoryType'

getCategory()

  Returned: Always
#    Returns: 'ns:CategoryType'

setHasMoreItems()

Indicates whether there are more item listings that can be returned (items listed in the specified category and that meet any input filtering criteria).

# Argument: 'xs:boolean'

isHasMoreItems()

  Returned: Always
#    Returns: 'xs:boolean'

setItemArray()

Contains the item listings for the specified category and which meet the input filtering criteria (if any is specified). Consists of one ItemType object for each returned item listing.

# Argument: 'ns:ItemArrayType'

getItemArray()

  Returned: Conditionally
#    Returns: 'ns:ItemArrayType'

setItemsPerPage()

Indicates the maximum number of item listings that will be returned per call.

# Argument: 'xs:int'

getItemsPerPage()

  Returned: Always
#    Returns: 'xs:int'

setPageNumber()

Indicates the page of data returned in the current call.

# Argument: 'xs:int'

getPageNumber()

  Returned: Always
#    Returns: 'xs:int'

setPaginationResult()

Indicates the results of the pagination, including the total number of pages of data there are to be returned and the total number of items there are to be returned.

# Argument: 'ns:PaginationResultType'

getPaginationResult()

  Returned: Always
#    Returns: 'ns:PaginationResultType'

setRelatedSearchKeywordArray()

Container for keywords related to the category ID in the request. Can be returned if the request specified more than zero in the MaxRelatedSearchKeywords field.

# Argument: 'ns:RelatedSearchKeywordArrayType'

getRelatedSearchKeywordArray()

  Returned: Conditionally
#    Returns: 'ns:RelatedSearchKeywordArrayType'

setSubCategories()

Collection of the sub-categories that are child to the category indicated in Category. Data for each sub-category is conveyed in a CategoryType object.

# Argument: 'ns:CategoryArrayType'

getSubCategories()

  Returned: Conditionally
#    Returns: 'ns:CategoryArrayType'