The ReturnSellerInfoOverdue notification is sent to the subscribed buyer and seller when seller information (Return Merchandise Authorization number and/or alternative return shipping address) due to the buyer is overdue. The seller is expected to provide requested seller information to the buyer within two business days after the day that the buyer opens the eBay managed return
Sellers can call provideSellerInfo to provide a Return Merchandise Authorization number and/or an alternative return shipping address to the buyer.
For more information about the provideSellerInfo API call, refer to the Return Management API Call Index.
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 ReturnSellerInfoOverdue 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>ReturnSellerInfoOverdue</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>