Find the answer to your question
Advanced Search
Why am I not recieving all of my platform notifications?
Summary
Why you may not be recieving "transactional" platform notifications
Detailed Description
There may be a few different reasons why you are not recieving notifications, but I am going to strictly talk about the Listing Type. <ListingType>StoresFixedPrice</ListingType> is technically no longer valid and is not supported. So if you are listing your items using this listing type you may be missing notifications such as AuctionCheckoutComplete. You want to ensure you are listing with <ListingType>FixedPriceItem</ListingType>. You can double check your item by making a GetItem API call and checking the listing type. If you do find your item has a "StoresFixedPrice" listing type, unfortunately <ListingType> is not an option and is an invalid field when revising an item. So you will have to end and relist the items.
Below are a few more articles on triaging platform notifications.
Answer Title: Triaging a Platform Notifications Problem
Answer Link: https://developer.ebay.com/support/kb-article?KBid=706
Answer Title: SetNotificationPreferences returned Success, but I'm not receiving any notifications, and GetNotificationPreferences shows my ApplicationURL as 'http://dummy.com'
Answer Link: https://developer.ebay.com/support/kb-article?KBid=354
Answer Title: How can I determine why I am missing some Platform Notifications?
Answer Link: https://developer.ebay.com/support/kb-article?KBid=407
Additional Resources
AddFixedPriceItem: http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/AddFixedPriceItem.html#Request.Item.ListingType
GetItem: http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetItem.html
How well did this answer your question?
Answers others found helpful
- SetNotificationPreferences returned Success, but I'm not receiving any notifications, and GetNotificationPreferences shows my ApplicationURL as 'http://dummy.com'
- How can I determine why I am missing some Platform Notifications?
- Change Platform Notification callback URL
- Notifications sample written in PHP5
- Getting ItemRevised notification out of sequence