eBay Trading APIVersion 1349
 

NotificationDetailsType

Information about a single notification. Notification information includes the reference ID, notification type, current status, time delivered, error code, and error message for the notification. If notification details are included in the response, all of the detail fields are returned.

Type that uses NotificationDetailsType:

Call that uses NotificationDetailsType:

Fields



Returns the notification status. Possible values include Delivered, Failed, Rejected, and MarkedDown.
See the Field Index to learn which calls use DeliveryStatus.

DeliveryTime ( dateTime ) [0..1]
Returns the time when the notification was delivered.
See the Field Index to learn which calls use DeliveryTime.

DeliveryURL ( anyURI ) [0..1]
Returns the destination address for the notification. This is the value set using SetNotificationPreferences.
See the Field Index to learn which calls use DeliveryURL.

DeliveryURLName ( string ) [0..1]
Returns the delivery URL name for the notification. This is the value set using SetNotificationPreferences.
See the Field Index to learn which calls use DeliveryURLName.

ErrorMessage ( string ) [0..1]
Returns the error message.
See the Field Index to learn which calls use ErrorMessage.

ExpirationTime ( dateTime ) [0..1]
Date and time when this notification will be removed from the eBay system.
See the Field Index to learn which calls use ExpirationTime.

NextRetryTime ( dateTime ) [0..1]
Returns the time when the notification is scheduled for retry. This won't be included if the DeliveryStatus is Delivered.
See the Field Index to learn which calls use NextRetryTime.

ReferenceID ( string ) [0..1]
Not used by any call.

Reference identifier for the notification.
See the Field Index to learn which calls use ReferenceID.

Retries ( int ) [0..1]
Returns the total number of retries for the given notification.
See the Field Index to learn which calls use Retries.

The returned enumeration value indicates the type of platform notification,
See the Field Index to learn which calls use Type.