Skip to main content

The EBPEscalatedCase notification is sent to the subscriber when a case has been escalated. 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) will be either YOU_CONTACTED_CS_AWATING_RESPONSE or OTHER_PARTY_CONTACTED_CS_AWAITING_RESPONSE, based on who escalated the case. If viewed in the eBay Resolution Center, the case record will indicate whether the case was escalated by the buyer or seller.

Subscribe to this notification using the SetNotificationPreferences call.

Before subscribing to and using these notifications, 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 EBPEscalatedCase 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>EBPEscalatedCase</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>