cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Need help: do I have to subscribe to an API?

I aim to create an application that provides users with the most recent information about winning products. I have it coded. However, I can't see where I can subscribe or whatever there is to use the API. I came across the Finding API but there wasn't anything on there I was redirected to the Marketplace Insights API and there I also couldn't find where to get it. Can someone tell me where to get it and is it free?

Message 1 of 2
latest reply
1 REPLY 1

Re: Need help: do I have to subscribe to an API?

Hi @0zxfl37,

 

You can use the SetNotificationPreferences to subscribe to the platform notifications events like:

 

- EndOfAuction (is sent to all subscribed bidders of an auction item and to the subscribed seller of the auction item as soon as the auction listing ends with or without a winning bidder)

 

- AuctionCheckoutComplete ( is sent to the subscribed seller when the winning bidder or buyer has paid for the auction or fixed-price item and completed the checkout process)

 

- ItemUnsold (is sent to a subscribed seller when an auction listing ends with no winning bidder or when a fixed-price listing ends with no sale(s).)

 

Platform notifications are triggered by events on eBay marketplaces, such as the ending of a listing or the creation of a transaction. Notifications are Simple Object Access Protocol (SOAP) messages about events on eBay marketplaces that are sent to subscribing applications.

 

Subscribing to Platform Notifications: https://developer.ebay.com/support/kb-article?KBid=637 
Platform Notifications guide: https://developer.ebay.com/api-docs/static/platform-notifications-landing.html 

Best Regards,
eBay Developer Support
Message 2 of 2
latest reply