| eBay-API documentation | view source | Contained in the eBay-API distribution. |
eBay::API::XML::Call::GetWantItNowSearchResults::GetWantItNowSearchResultsResponseType
Response contains the Want It Now posts that have the specified keyword(s) in the title and (optionally) the description.
eBay::API::XML::Call::GetWantItNowSearchResults::GetWantItNowSearchResultsResponseType inherits from the eBay::API::XML::ResponseDataType class
Indicates whether there are additional Want It Now posts that meet the search criteria.
# Argument: 'xs:boolean'
Returned: Always # Returns: 'xs:boolean'
Indicates the maximum number of Want It Now posts that can be returned in a WantItNowPostArray for a request. This value can be specified in the request by EntriesPerPage in Pagination in the request.
# Argument: 'xs:int'
Returned: Always # Returns: 'xs:int'
Indicates the page of data returned by the current call.
# Argument: 'xs:int'
Returned: Always # Returns: 'xs:int'
Indicates the results of the pagination, including the total number of pages of data there are to be returned and the total number of posts there are to be returned.
# Argument: 'ns:PaginationResultType'
Returned: Always # Returns: 'ns:PaginationResultType'
Contains the returned Want It Now posts, if any. The data for each post is returned in a WantItNowPostType object.
# Argument: 'ns:WantItNowPostArrayType'
Returned: Always # Returns: 'ns:WantItNowPostArrayType'
| eBay-API documentation | view source | Contained in the eBay-API distribution. |