GetSellerEventsRequestType
Fields
EndTimeFrom ( dateTime )
EndTimeTo ( dateTime )
IncludeWatchCount ( boolean )
ModTimeFrom ( dateTime )
ModTimeTo ( dateTime )
NewItemFilter ( boolean )
StartTimeFrom ( dateTime )
StartTimeTo ( dateTime )
UserID ( UserIDType (string) )

EndTimeFrom ( dateTime ) [0..1]
Describes the earliest (oldest) date to use in a date range filter based on item end time. Must be specified if EndTimeTo is specified. Either the StartTimeFrom, EndTimeFrom, or ModTimeFrom filter must be specified. If you do not specify the correspoding To filter, it is set to the time you make the call. For better results, the time period you use should be less than 48 hours.
See the Field Index to learn which calls use EndTimeFrom.

EndTimeTo ( dateTime ) [0..1]
Describes the latest (most recent) date to use in a date range filter based on item end time. If you specify the corresponding From filter, but you do not include EndTimeTo, then EndTimeTo is set to the time you make the call.
See the Field Index to learn which calls use EndTimeTo.

IncludeWatchCount ( boolean ) [0..1]
Specifies whether to include WatchCount in Item nodes returned. WatchCount is the number of watches buyers have placed on the item from their My eBay accounts.
See the Field Index to learn which calls use IncludeWatchCount.

ModTimeFrom ( dateTime ) [0..1]
Describes the earliest (oldest) date to use in a date range filter based on item modification time. Must be specified if ModTimeTo is specified. Either the StartTimeFrom, EndTimeFrom, or ModTimeFrom filter must be specified. If you do not specify the correspoding To filter, it is set to the time you make the call.

For better results, the time period you use should be less than 48 hours.

If an unexpected item is returned (including an old item or an unchanged active item), please ignore the item. Although a maintenance process may have triggered a change in the modification time, item characteristics are unchanged.
See the Field Index to learn which calls use ModTimeFrom.

ModTimeTo ( dateTime ) [0..1]
Describes the latest (most recent) date to use in a date range filter based on the time an item's record was modified. If you specify the corresponding From filter, but you do not include ModTimeTo, then ModTimeTo is set to the time you make the call.
See the Field Index to learn which calls use ModTimeTo.

NewItemFilter ( boolean ) [0..1]
Specifies that only new items are to be returned. NewItemFilter is an optional input.
See the Field Index to learn which calls use NewItemFilter.

StartTimeFrom ( dateTime ) [0..1]
Describes the earliest (oldest) date to use in a date range filter based on item start time. Must be specified if StartTimeTo is specified. Either the StartTimeFrom, EndTimeFrom, or ModTimeFrom filter must be specified. If you do not specify the correspoding To filter, it is set to the time you make the call. For better results, the time period you use should be less than 48 hours.
See the Field Index to learn which calls use StartTimeFrom.

StartTimeTo ( dateTime ) [0..1]
Describes the latest (most recent) date to use in a date range filter based on item start time. If you specify the corresponding From filter, but you do not include StartTimeTo, the StartTimeTo is set to the time you make the call.
See the Field Index to learn which calls use StartTimeTo.

UserID ( UserIDType (string) ) [0..1]
eBay user ID for the seller whose events are to be returned. 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.