09-12-2024 08:59 AM
I am looking for a way to subscribe to new listing notifications. I've looked through the docs extensively.
https://developer.ebay.com/api-docs/commerce/notification/overview.html
Here there is price changes, which may trigger when a new listing is added. But then I noted: "Currently, this topic is available for eBay Partner Network (ePN) partners in all marketplaces except for the following: CA, AU, HK, SG, MY, and PH."; which I don't think applies to me.
https://developer.ebay.com/Devzone/XML/docs/Reference/eBay/types/NotificationEventTypeCodeType.html
ItemListed is here, I did set up this in the Traditional API and have the following call and response go successfully.
apis:eBLBaseComponents">
{{eBay Token}}
mailto://matt@abc.net
Enable
Enable
https://webhook.site/c07113b3-4946-485c-9fc5-123123123
Platform
ItemListed
Enable
apis:eBLBaseComponents">
2024-09-12T15:55:05.878Z
Success
1173
E1173_CORE_APINOTIFY_19146596_R1
2024-09-13 00:54:55
https://webhook.site/c07113b3-4946-485c-9fc5-123123123123
Enable
mailto://matt.@.net
Enable
eBLSchemaSOAP
Platform
SOAP
9999
Am I on a wild goose chase here?
I realise there is the quite obvious polling option but that is not particularly efficient. There is also the option of having a button somewhere that one us presses and triggers a lookup for new listings.
I will take one of those options if there is nothing better on the table however.
Was just asking before getting too bogged down in notification endpoint verification...
Thanks
Matt
09-12-2024 12:22 PM
I'm trying to research a solution for this when orders are created (auctionCheckoutComplete,ItemSold, etc) for any of the users that have authorized our app. I've run into the same issue as you and am not quite following the logic to subscribe for the users via commerce notifications. I was hoping there was a RESTful answer to this question rather than using the traditional APIs.