The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::Call::GetSellerEvents::GetSellerEventsRequestType

DESCRIPTION

Retrieves price changes, item revisions, description revisions, and other changes that have occurred within the last 48 hours related to a seller's eBay listings.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetSellerEvents::GetSellerEventsRequestType inherits from the eBay::API::XML::RequestDataType class

Subroutines:

setEndTimeFrom()

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.

  RequiredInput: Conditionally
#    Argument: 'xs:dateTime'

getEndTimeFrom()

# Returns: 'xs:dateTime'

setEndTimeTo()

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.

  RequiredInput: No
#    Argument: 'xs:dateTime'

getEndTimeTo()

# Returns: 'xs:dateTime'

setIncludeWatchCount()

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.

  RequiredInput: No
#    Argument: 'xs:boolean'

isIncludeWatchCount()

# Returns: 'xs:boolean'

setModTimeFrom()

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. <br><br> For better results, the time period you use should be less than 48 hours. <br><br> 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.

  RequiredInput: Conditionally
#    Argument: 'xs:dateTime'

getModTimeFrom()

# Returns: 'xs:dateTime'

setModTimeTo()

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.

  RequiredInput: No
#    Argument: 'xs:dateTime'

getModTimeTo()

# Returns: 'xs:dateTime'

setNewItemFilter()

Specifies that only new items are to be returned. NewItemFilter is an optional input.

  RequiredInput: No
#    Argument: 'xs:boolean'

isNewItemFilter()

# Returns: 'xs:boolean'

setStartTimeFrom()

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.

  RequiredInput: Conditionally
#    Argument: 'xs:dateTime'

getStartTimeFrom()

# Returns: 'xs:dateTime'

setStartTimeTo()

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.

  RequiredInput: No
#    Argument: 'xs:dateTime'

getStartTimeTo()

# Returns: 'xs:dateTime'

setUserID()

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 <a href="http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=AnonymousUserInfo">Working with Anonymous User Information</a>in the eBay Web Services Guide for more information.

  RequiredInput: No
#    Argument: 'ns:UserIDType'

getUserID()

# Returns: 'ns:UserIDType'