Home
Find the answer to your question
Can my application be notified when eBay sends a message to My Messages -> High priority message box as showing below:
Summary
You can use eBay Platform notification API and subscribe to the MyMessagesHighPriorityMessage notification event for getting the high priority messages.
<?xml version="1.0" encoding="utf-8"?> <SetNotificationPreferencesRequest xmlns="urn:ebay:apis:eBLBaseComponents"> <Version>765</Version> <RequesterCredentials> <eBayAuthToken>YOUR SELLER"S TOKEN</eBayAuthToken> </RequesterCredentials> <UserDeliveryPreferenceArray> <NotificationEnable> <!-- See NotificationEventTypeCodeType for valid values --> <EventType>MyMessagesHighPriorityMessage</EventType> <EventEnable>Enable</EventEnable> </NotificationEnable> </UserDeliveryPreferenceArray> </SetNotificationPreferencesRequest> |
Only High Priority Message will be sent back as part of the Notification payload.
Note that those high prority messages are normally have the message subjects as:
Listing policy violation alert
eBay Listing Removed: Duplicate listing