I am a seller and have subscribed to FeedbackForSeller notification, however, I am not receiving any notifications when a buyer leaves feedback. How do I fix the problem?
Summary
Even though the FeedbackForSeller notification event name is kept in eBay WSDL document, theFeedbackForSeller notification is actually mapped to the Feedback notification, which means an application receives Feedback notification when subscribes to FeedbackForSeller notification via SetNotificationPreferences API call.
However, there is no guarantee that leaving feedback action would trigger a successful FeedbackForSeller event. Application should replace FeedbackForSeller with Feedback notification to avoid the uncertainty.