GetSellerListRequestType
Fields
AdminEndedItemsOnly ( boolean )
CategoryID ( int )
EndTimeFrom ( dateTime )
EndTimeTo ( dateTime )
GranularityLevel ( GranularityLevelCodeType )
IncludeWatchCount ( boolean )
MotorsDealerUsers ( UserIDArrayType )
Pagination ( PaginationType )
SKUArray ( SKUArrayType )
Sort ( int )
StartTimeFrom ( dateTime )
StartTimeTo ( dateTime )
UserID ( UserIDType (string) )

AdminEndedItemsOnly ( boolean ) [0..1]
Specifies whether to return only items that were administratively ended based on a policy violation.
See the Field Index to learn which calls use AdminEndedItemsOnly.

CategoryID ( int ) [0..1]
The category ID for the items retrieved. If you specify CategoryID in a GetSellerList call, the response contains only items in the category you specify.
See the Field Index to learn which calls use CategoryID.

EndTimeFrom ( dateTime ) [0..1]
Specifies the earliest (oldest) date to use in a date range filter based on item end time. Specify either the end-time range or the start-time range filter in every request. Each of the time ranges must be a value less than 120 days.
See the Field Index to learn which calls use EndTimeFrom.

EndTimeTo ( dateTime ) [0..1]
Specifies the latest (most recent) date to use in a date range filter based on item end time. Must be specified if EndTimeFrom is specified.
See the Field Index to learn which calls use EndTimeTo.

GranularityLevel ( see GranularityLevelCodeType for possible values ) [0..1]
Specifies the subset of item and user fields to return. See GetSellerList in the eBay Web Services guide for a list of the fields that are returned for each granularity level. For GetSellerList, use DetailLevel or GranularityLevel in a request, but not both. For GetSellerList, if GranularityLevel is specified, DetailLevel is ignored.
See the Field Index to learn which calls use GranularityLevel.

IncludeWatchCount ( boolean ) [0..1]
Specifies whether to include WatchCount in Item nodes returned. WatchCount is only returned with DetailLevel ReturnAll.
See the Field Index to learn which calls use IncludeWatchCount.

MotorsDealerUsers ( UserIDArrayType ) [0..1]
Specifies the list of Motors Dealer sellers for which a special set of metrics can be requested. Applies to eBay Motors Pro applications only.
See the Field Index to learn which calls use MotorsDealerUsers.

Pagination ( PaginationType ) [0..1]
Contains the data controlling the pagination of the returned values: how many items are returned per page of data (per call) and the number of the page to return with the current call.
See the Field Index to learn which calls use Pagination.

SKUArray ( SKUArrayType ) [0..1]
Specifies a set of seller SKUs to use as a filter. Only items with the specified SKUs are returned. Do not specify this tag if you do not want to filter by SKU. Corresponds to the SKU property that is part of ItemType and that can be provided when, for example, you use the AddItem call.
See the Field Index to learn which calls use SKUArray.

Sort ( int ) [0..1]
Specifies the order in which returned items are sorted (based on the end dates of the item listings). Valid values:
0 = No sorting
1 = Sort in descending order
2 = Sort in ascending order
See the Field Index to learn which calls use Sort.

StartTimeFrom ( dateTime ) [0..1]
Specifies the earliest (oldest) date to use in a date range filter based on item start time. Specify either the end time range or start time range filter in every request. Each of the time ranges must be a value less than 120 days.
See the Field Index to learn which calls use StartTimeFrom.

StartTimeTo ( dateTime ) [0..1]
Specifies the latest (most recent) date to use in a date range filter based on item start time. Must be specified if StartTimeFrom is specified.
See the Field Index to learn which calls use StartTimeTo.

UserID ( UserIDType (string) ) [0..1]
Specifies the seller whose items will be returned. UserID is an optional input. If not specified, retrieves events for the user identified by the authentication token passed in the request. Note that since user information is anonymous to everyone except the bidder and the seller (during an active auction), only sellers looking for information about their own listings and bidders who know the user IDs of their sellers will be able to make this API call successfully. See Working with Anonymous User Informationin the eBay Web Services Guide for more information.
See the Field Index to learn which calls use UserID.

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

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