GetExpressWishListRequestType
Fields
FirstName ( string )
LastName ( string )
Pagination ( PaginationType )
SortOrder ( WishListSortCodeType )
UserID ( string )
WishListID ( string )

FirstName ( string ) [0..1]
User first name. Can be used in combination with LastName. Will be ignored if either UserID or WishListID is included in the request.
See the Field Index to learn which calls use FirstName.

LastName ( string ) [0..1]
User last name. Can be used in combination with FirstName. Will be ignored if either UserID or WishListID is included in the request.
See the Field Index to learn which calls use LastName.

Pagination ( PaginationType ) [0..1]
Contains the data that control the pagination of items or products in any returned wish list.
See the Field Index to learn which calls use Pagination.

SortOrder ( see WishListSortCodeType for possible values ) [0..1]
Sort order for returned results. Default is CreationDateDescending, which returns the most recently added wish list items first.
See the Field Index to learn which calls use SortOrder.

UserID ( string ) [0..1]
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.
See the Field Index to learn which calls use UserID.

WishListID ( string ) [0..1]
Identifies an eBay Express wish list. When used in a request, UserID and FirstName and LastName are ignored.
See the Field Index to learn which calls use WishListID.

This document was generated with a customized version of the apireferencedocs tool [0.5M zip].

© 2005–2008 eBay, Inc. All rights reserved.