eBay Trading APIVersion 1349
 

MyeBaySelectionType

Specifies how to return the result list for My eBay features such as saved searches, favorite sellers, and second chance offers.

Type that uses MyeBaySelectionType:

Call that uses MyeBaySelectionType:

Fields



Include ( boolean ) [0..1]
Specifies whether or not to include the container in the response. Set the value to true to return the default set of fields for the container. Not needed if you set a value for at least one other field in the container.

If you set DetailLevel to ReturnAll, set Include to false to exclude the container from the response.
See the Field Index to learn which calls use Include.

IncludeFavoriteSearcheCount ( boolean ) [0..1]
Not used by any call.

This field is not supported.
See the Field Index to learn which calls use IncludeFavoriteSearcheCount.

IncludeFavoriteSellerCount ( boolean ) [0..1]
Specifies whether or not to include FavoriteSellerCount in the response. Set the value to true to return the default set of fields for the container. Not needed if you set a value for at least one other field in the container.

If you set DetailLevel to ReturnAll, set Include to false to exclude the container from the response.
See the Field Index to learn which calls use IncludeFavoriteSellerCount.

IncludeItemCount ( boolean ) [0..1]
Specifies whether or not to include the item count in the response. Set the value to true to return the default set of fields for the container. Not needed if you set a value for at least one other field in the container.

If you set DetailLevel to ReturnAll, set Include to false to exclude the container from the response.
See the Field Index to learn which calls use IncludeItemCount.

IncludeListContents ( boolean ) [0..1]
Specify true to return the full user defined list contents in the response's UserDefinedList containers. A value of false means only a summary of the user defined list will be returned. The default value is false.
See the Field Index to learn which calls use IncludeListContents.

MaxResults ( int ) [0..1]
Specifies the maximum number of items in the returned list. If not specified, returns all items in the list.
See the Field Index to learn which calls use MaxResults.

Specifies the sort order of the result. Default is Ascending.
See the Field Index to learn which calls use Sort.

UserDefinedListName ( string ) [0..1]
Specifies that only the user defined list whose name matches the given name should be in the returned list. If the user does not have a matching record, no data is returned. If this element is omitted, the information for all records is returned. For use only within the UserDefinedLists element.
See the Field Index to learn which calls use UserDefinedListName.