The ReturnClosed notification is sent to the subscribed buyer and seller when an eBay managed return is closed.
These notifications are set in the SetNotificationPreferences call.
Before using these notifications, be sure that you have read and understood the information in Platform Notifications.
Data Fields Returned
API Call that displays this notification: getReturnDetail
ExternalUserData is pulled from the SetNotificationPreferences request. Refer to the SetNotificationPreferences call reference for additional information about this field.
For information about additional fields in the payload, refer to the getReturnDetail call reference documentation in the Return Management API documentation set.
Refer to SOAP Message Body for information about the standard elements returned for all notifications.
Example
Sample ReturnClosed 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>ReturnClosed</NotificationEventName> <RecipientUserID>c********3</RecipientUserID> <ExternalUserData>A********C</ExternalUserData> <ReturnId>5********8</ReturnId> <CreationDate>2011-12-05T16:36:10.000Z</CreationDate> <OtherPartyId>c********3</OtherPartyId> <OtherPartyRole>BUYER</OtherPartyRole> <ReturnStatus>2009-09-07T12:50:06.333Z</ReturnStatus> <ReturnStatus>MY_RESPONSE_DUE</ReturnStatus> <ReturnGlobalId>EBAY-US</ReturnGlobalId> </NotificationEvent> </soapenv:Body> </soapenv:Envelope>