Hello, I have set my users ApplicationDeliveryPreferences.ApplicationEnable to Enable and ApplicationDeliveryPreferences.ApplicationURL to a URL endpoint that accepts SOAP requests. On top of this, I have set UserDeliveryPreferenceArray to enabled for ItemSold, ItemClosed, and ItemListed.
I have confirmed that the notification types are enabled with the GetNotificationPreferences api response.
However, with this being said, whenever these items are listed or or closed eBay is not sending me any sort of request to my URL that I set above. It is an https request and it does work when I test it with postman. I have also tried a traditional POST request but still receive nothing from eBay.
Is there something else that I am missing to receive event based notifications from eBay? Thanks!