Skip to main content

The EBPAppealedCase notification is sent to the subscriber when the decision of a case has been appealed. This notification can be sent to the buyer or seller. The enumeration value for this case activity (returned in the getEBPCaseDetail call of the Resolution Case Management API) is YOU_CONTACTED_CS_ABOUT_CLOSED_CASE. If viewed in the eBay Resolution Center, the case record will indicate whether an appeal was made by the buyer or seller.

Subscribe to this notification using the SetNotificationPreferences call.

Before subscribing to and using this notification, be sure that you have read and understand the information in Platform Notifications.

Data Fields Returned

API Call that displays this notification: getEBPCaseDetail

ExternalUserData is pulled from the SetNotificationPreferences request. Refer to the SetNotificationPreferences call reference for additional information about this field.

For information about other fields in the payload, refer to the getEBPCaseDetail call reference documentation in the Resolution Case Management API documentation set.

Refer to SOAP Message Body for information about the standard elements returned for all notifications.

Example

Sample EBPAppealedCase Notification

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://
www.ebay.com/marketplace/resolution/v1/services">
<soapenv:Header/>
  <soapenv:Body>
    <NotificationEvent>
      <NotificationEventName>EBPAppealedCase</NotificationEventName>
      <RecipientUserID>c********3</RecipientUserID>
      <ExternalUserData>A********C</ExternalUserData>
      <CaseId>5********5</CaseId>
      <CaseType>EBP_INR</CaseType>
      <ItemId>2********5</ItemId>
      <TransactionId>7********8</TransactionId>
      <CreationDate>2009-09-07T12:50:06.333Z</CreationDate>
      <OtherPartyId>c********3</OtherPartyId>
      <OtherPartyRole>BUYER</OtherPartyRole>
      <CaseStatus>MY_RESPONSE_DUE</CaseStatus>
      <CaseGlobalId>EBAY-US</CaseGlobalId>
    </NotificationEvent>
  </soapenv:Body>
</soapenv:Envelope>