GetSellerListRequestType
Returns a list of items a seller has listed for auction. Returns an array of zero, one, or multiple items. You can specify that the returned data include only items that start or end within a specified date range.
Fields
AdminEndedItemsOnly ( boolean )
CategoryID ( int )
EndTimeFrom ( dateTime )
EndTimeTo ( dateTime )
GranularityLevel ( GranularityLevelCodeType )
IncludeVariations ( boolean )
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.

IncludeVariations ( boolean ) [0..1]
If true, the Variations node is returned for all multi-variation listings in the response.

Please note that if the seller includes a large number of variations in many listings, using this flag may degrade the call's performance. Therefore, when you use this flag, you may need to reduce the total number of items you're requesting at once. For example, you may need to use shorter time ranges in the EndTime or StartTime filters, fewer entries per page in Pagination, and/or SKUArray.
See the Field Index to learn which calls use IncludeVariations.

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]
Container for a set of SKUs. Filters (reduces) the response to only include active listings that the seller listed with any of the specified SKUs. If multiple listings include the same SKU, they are all returned (assuming they also match the other criteria in the GetSellerList request).

SKUArray can be used to retrieve items listed by the user identified in AuthToken or in UserID.

Note: Listings with matching SKUs are returned regardless of their Item.InventoryTrackingMethod settings.
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 listings 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.

© 2005–2009 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.