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::GetSellerEventsResponseType

DESCRIPTION

Contains the items returned by the call. Items for which a seller event has occurred (and that meet any filters specified as input) are returned in an ItemArrayType object, within which are zero, one, or multiple ItemType objects. Each ItemType object contains the detail data for one item listing.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetSellerEvents::GetSellerEventsResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

setItemArray()

Collection of Item objects, each of which represents an item listing that incurred the type of seller event change specified in the call's inputs. Returns empty if the seller has no item events within the time window indicated in the request.

# Argument: 'ns:ItemArrayType'

getItemArray()

  Returned: Always
  Details: DetailLevel: none, ReturnAll
#    Returns: 'ns:ItemArrayType'

setTimeTo()

Indicates the latest (most recent) date for any date-based filtering specified as input. Specifically, this field contains the value you specified in the StartTimeTo, EndTimeTo, or ModTimeTo filter, if you used a time filter in the request. If no time filter was specified, TimeTo returns the current time.

# Argument: 'xs:dateTime'

getTimeTo()

  Returned: Always
  Details: DetailLevel: none, ReturnAll
#    Returns: 'xs:dateTime'