-1

I have an ecommerce and eBay store, in my ecommerce-DB there are the same products of the store, classic solution, but i want to know if there is a way to know, in real time, when a product has been sold through a notification, or kind stuff? Because i must send a request on eBay, every time someone visit my website, to know which product are still in sale. Thanks.

Cray
  • 2,774
  • 7
  • 22
  • 32

1 Answers1

0

The eBay Platform Notification API can be used for this.

EDIT

I haven't used this but from what I gather eBay sends a soap response message to the url you supply.

So it would be like any other request that you would receive. Then you can parse the XML of the soap response and do whatever you want with it.

Probably the easiest way to get an idea of what it is doing is to set up a notification and a script to dump the POST data to a file so you could see what it is doing.

Community
  • 1
  • 1
James Fenwick
  • 2,190
  • 1
  • 20
  • 30