Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

complexType "ns:NotificationDetailsType"
Namespace:
Content:
complex, 10 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 10 elements, elem. wildcard
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
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.
XML Source (w/o annotations (11); see within schema source)
<xs:complexType name="NotificationDetailsType">
<xs:sequence>
<xs:element minOccurs="0" name="DeliveryURL" type="xs:anyURI"/>
<xs:element minOccurs="0" name="ReferenceID" type="xs:string"/>
<xs:element minOccurs="0" name="ExpirationTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="Type" type="ns:NotificationEventTypeCodeType"/>
<xs:element minOccurs="0" name="Retries" type="xs:int"/>
<xs:element minOccurs="0" name="DeliveryStatus" type="ns:NotificationEventStateCodeType"/>
<xs:element minOccurs="0" name="NextRetryTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="DeliveryTime" type="xs:dateTime"/>
<xs:element minOccurs="0" name="ErrorMessage" type="xs:string"/>
<xs:element minOccurs="0" name="DeliveryURLName" type="xs:string"/>
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 11/11)
ns:DeliveryStatus
Type:
Returns the notification status. Possible values include Delivered, Failed, Rejected, and MarkedDown.
XML Representation Summary
<ns:DeliveryStatus>
   
Content: 
{ enumeration of xs:token }
</ns:DeliveryStatus>
Simple Content
Enumeration:
"New"
 - 
Status indicating the notification is newly created
"Failed"
 - 
Status indicating the notification was failed
"MarkedDown"
 - 
Status indicating the end user application is marked down
"Pending"
 - 
Status indicating the notification is pending
"FailedPending"
 - 
Status indicating the notification is failed pending
"MarkedDownPending"
 - 
Status indicating the notification is marked down pending
"Delivered"
 - 
Status indicating the notification was successfully delivered
"Undeliverable"
 - 
Status indicating the notification was unable to deliver
"Rejected"
 - 
Status indicating the notification was rejected
"Canceled"
 - 
Status indicating the notification was cancelled
"CustomCode"
 - 
Reserved for future internal or external use
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeliveryStatus" type="ns:NotificationEventStateCodeType"/>

ns:DeliveryTime
Type:
xs:dateTime, predefined, simple content
Returns the time when the notification was delivered.
XML Representation Summary
<ns:DeliveryTime>
   
Content: 
{ xs:dateTime }
</ns:DeliveryTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeliveryTime" type="xs:dateTime"/>

ns:DeliveryURL
Type:
xs:anyURI, predefined, simple content
Returns the destination address for the notification. This is the value set using SetNotificationPreferences.
XML Representation Summary
<ns:DeliveryURL>
   
Content: 
{ xs:anyURI }
</ns:DeliveryURL>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeliveryURL" type="xs:anyURI"/>

ns:DeliveryURLName
Type:
xs:string, predefined, simple content
Returns the delivery URL name for the notification. This is the value set using SetNotificationPreferences.
XML Representation Summary
<ns:DeliveryURLName>
   
Content: 
{ xs:string }
</ns:DeliveryURLName>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DeliveryURLName" type="xs:string"/>

ns:ErrorMessage
Type:
xs:string, predefined, simple content
Returns the error message.
XML Representation Summary
<ns:ErrorMessage>
   
Content: 
{ xs:string }
</ns:ErrorMessage>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ErrorMessage" type="xs:string"/>

ns:ExpirationTime
Type:
xs:dateTime, predefined, simple content
Date and time when this notification will be removed from the eBay system.
XML Representation Summary
<ns:ExpirationTime>
   
Content: 
{ xs:dateTime }
</ns:ExpirationTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ExpirationTime" type="xs:dateTime"/>

ns:NextRetryTime
Type:
xs:dateTime, predefined, simple content
Returns the time when the notification is scheduled for retry. This won't be included if the DeliveryStatus is Delivered.
XML Representation Summary
<ns:NextRetryTime>
   
Content: 
{ xs:dateTime }
</ns:NextRetryTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="NextRetryTime" type="xs:dateTime"/>

ns:ReferenceID
Type:
xs:string, predefined, simple content
Reference identifier for the notification.
XML Representation Summary
<ns:ReferenceID>
   
Content: 
{ xs:string }
</ns:ReferenceID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ReferenceID" type="xs:string"/>

ns:Retries
Type:
xs:int, predefined, simple content
Returns the total number of retries for the given notification.
XML Representation Summary
<ns:Retries>
   
Content: 
{ xs:int }
</ns:Retries>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Retries" type="xs:int"/>

ns:Type
Type:
Returns the notification type. Possible values include: AskSellerQuestion, AuctionCheckoutComplete, BestOffer, CheckoutBuyerRequestTotal, EndOfAuction, Feedback, FixedPriceEndOfTransaction, FixedPriceTransaction, ItemNotReceived, MyMessages, OutBid, SecondChanceOffer, UPIBuyerResponseDispute, UPISellerClosedDispute, UPISellerOpenedDispute, and UPISellerRespondedToDispute.
XML Representation Summary
<ns:Type>
   
Content: 
{ enumeration of xs:token }
</ns:Type>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="Type" type="ns:NotificationEventTypeCodeType"/>

{any element from any namespace}
XML Source (see within schema source)
<xs:any maxOccurs="unbounded" minOccurs="0" processContents="lax"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.