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

NAME

eBay::API::XML::Call::GetNotificationsUsage::GetNotificationsUsageResponseType

DESCRIPTION

Returns an array of notifications sent to a given application identified by the appID (comes in the credentials). The result can be used by third-party developers troubleshoot issues with notifications. Zero, one or many notifications can be returned in the array. The set of notifications returned is limited to those that were sent between the StartTime and EndTime specified in the request. If StartTime or EndTime filters were not found in the request, then the response will contain the data for only one day (Now-1day). By default, maximum duration is limited to 3 days (Now-3days). These min (1day) and max(3days) applies to Notifications,MarkDownMarkUpHistory and NotificationStatistics. Notifications are sent only if the ItemID is included in the request. If there is no ItemID, then only Statistics and MarkDownMarkUpHistory information is included.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::GetNotificationsUsage::GetNotificationsUsageResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

setEndTime()

Returns the end date and time for the notification information that is returned by this call. The default is Now.

# Argument: 'xs:dateTime'

getEndTime()

  Returned: Always
#    Returns: 'xs:dateTime'

setMarkUpMarkDownHistory()

List of objects representing MarkUp or MarkDown history for a given appID and for given StartTime and EndTime. This node will always be returned.

# Argument: 'ns:MarkUpMarkDownHistoryType'

getMarkUpMarkDownHistory()

  Returned: Always
#    Returns: 'ns:MarkUpMarkDownHistoryType'

setNotificationDetailsArray()

List of notification objects representing the notifications sent to an application for the given time period. It will only be returned if ItemID was specified in the input request.

# Argument: 'ns:NotificationDetailsArrayType'

getNotificationDetailsArray()

  Returned: Conditionally
#    Returns: 'ns:NotificationDetailsArrayType'

setNotificationStatistics()

Summary information about number of notifications that were successfully delivered, queued, failed, connection attempts made, connection timeouts, http errors for the given appID and given time period. By default, statistics for only one day (Now-1day) is included. Maximum time duration allowed is 3 days (Now-3days).

# Argument: 'ns:NotificationStatisticsType'

getNotificationStatistics()

  Returned: Always
#    Returns: 'ns:NotificationStatisticsType'

setStartTime()

Returns the start date and time for the notification information that is returned by this call. The oldest date allowed for this field is Now-3days. Default is Now-1day.

# Argument: 'xs:dateTime'

getStartTime()

  Returned: Always
#    Returns: 'xs:dateTime'