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.

Types that use NotificationDetailsType:

Call that uses one or more fields of NotificationDetailsType:

Fields

DeliveryStatus ( NotificationEventStateCodeType )
DeliveryTime ( dateTime )
DeliveryURL ( anyURI )
DeliveryURLName ( string )
ErrorMessage ( string )
ExpirationTime ( dateTime )
NextRetryTime ( dateTime )
ReferenceID
Retries ( int )
Type ( NotificationEventTypeCodeType )

DeliveryStatus ( see NotificationEventStateCodeType for possible values ) [0..1]
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
Not used by any call.

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

Type ( see NotificationEventTypeCodeType for possible values ) [0..1]
Returns the notification type. Possible values include: AskSellerQuestion, AuctionCheckoutComplete, BestOffer, CheckoutBuyerRequestTotal, EndOfAuction, Feedback, FixedPriceEndOfTransaction, FixedPriceTransaction, ItemNotReceived, MyMessages, OutBid, SecondChanceOffer, UPIBuyerResponseDispute, UPISellerClosedDispute, UPISellerOpenedDispute, and UPISellerRespondedToDispute.
See the Field Index to learn which calls use Type.

This document was generated with a customized version of the apireferencedocs tool.

© 2005–2010 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.