eBay Merchant Data APIVersion 1255
 

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.

No calls use NotificationDetailsType.

Fields

DeliveryStatus ( NotificationEventStateCodeType )
Type ( NotificationEventTypeCodeType )


DeliveryStatus ( NotificationEventStateCodeType ) [0..1]
Not used by any call.

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]
Not used by any call.

Returns the time when the notification was delivered.
See the Field Index to learn which calls use DeliveryTime.

DeliveryURL ( anyURI ) [0..1]
Not used by any call.

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]
Not used by any call.

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]
Not used by any call.

Returns the error message.
See the Field Index to learn which calls use ErrorMessage.

ExpirationTime ( dateTime ) [0..1]
Not used by any call.

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]
Not used by any call.

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]
Not used by any call.

Returns the total number of retries for the given notification.
See the Field Index to learn which calls use Retries.

Type ( NotificationEventTypeCodeType ) [0..1]
Not used by any call.

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.