NAME
eBay::API::XML::Call::GetExpressWishList
DESCRIPTION
SYNOPSIS
INHERITANCE
eBay::API::XML::Call::GetExpressWishList inherits from the eBay::API::XML::BaseCall class
Subroutines:
setFirstName()
User first name. Can be used in combination with LastName. Will be ignored if either UserID or WishListID is included in the request.
RequiredInput: No
# Argument: 'xs:string'
setLastName()
User last name. Can be used in combination with FirstName. Will be ignored if either UserID or WishListID is included in the request.
RequiredInput: No
# Argument: 'xs:string'
setPagination()
Contains the data that control the pagination of items or products in any returned wish list.
RequiredInput: No
# Argument: 'ns:PaginationType'
setSortOrder()
Sort order for returned results. Default is CreationDateDescending, which returns the most recently added wish list items first.
RequiredInput: No
# Argument: 'ns:WishListSortCodeType'
setUserID()
eBay user ID. Can be used as an alternative to WishListID or to the combination FirstName and LastName. If WishListID is used, UserID will be ignored. This value is not returned in the response.
RequiredInput: No
# Argument: 'xs:string'
setWishListID()
Identifies an eBay Express wish list. When used in a request, UserID and FirstName and LastName are ignored.
RequiredInput: No
# Argument: 'xs:string'
getPagination()
Child elements control the display pagination of the items and products in retrieved wish lists.
Returned: Always
# Returns: 'ns:PaginationResultType'
getWishList()
Contains the contents and description of the requested wish list.
Returned: Always
# Returns: reference to an array
of 'ns:WishListType'