Skip to main content

The EBPOtherPartyResponseDue notification is sent to the subscriber when the response of the other party is due on a case. 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 OTHER_PARTY_RESPONSE_DUE. If viewed in the eBay Resolution Center, the case record will indicate whether the response is due from 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 EBPOtherPartyResponseDue 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>EBPOtherPartyResponseDue</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>