developers program  

Welcome, Guest Help
Login Login | Register
 

eBay Developer Forums > Technical Questions: eBay Trading API, Feedback API & Large Merchant Services
RSS | NNTP Reader | FAQ | Usage Policies | Advanced Search | Print

in current forum  
in all Developer Forums

Replies: 3 - Pages: 1     Last Post: Nov 19, 2009 9:40 AM by: lou_nic »



Posts: 2
Member Since: 11/15/09



ClientAlerts API: PriceChanged event raised for Fixed Price Items?
Posted: Nov 16, 2009 4:46 AM
  Click to reply to this thread Reply

I'm trying to use the GetPublicAlerts call of the ClientAlerts API to poll for changes to the price of Fixed Price Items. My calls are successful, however they never return any data, even though I can see the price has changed on eBay.com.

Example response:{"Timestamp":"2009-11-16T12:37:23.022Z","Ack":"Success","Build":"E643_CORE_BUNDLED_10272615_R1","Version":"643","Content":[]}

Can anybody confirm whether or not changes to the price of a fixed price item listing can be detected using Client Alerts API?

Cheers.




Posts: 113
Member Since: 3/13/07



Re: ClientAlerts API: PriceChanged event raised for Fixed Price Items?
Posted: Nov 17, 2009 5:04 AM
  Click to reply to this thread Reply

The event is PriceChange (according to the docs), not PriceChanged. I'm not sure if that reflects your request or not, but you called it PriceChanged in your post.

I'm actually struggling to get any PriceChange event at all for any item, even when a bid is placed on the item. Are you sure PriceChange works at all?




Posts: 2
Member Since: 11/15/09



Re: ClientAlerts API: PriceChanged event raised for Fixed Price Items?
Posted: Nov 17, 2009 7:05 AM
  Click to reply to this thread Reply

Hello, thanks for your response.

PriceChanged was a typo. I wasn't sure I was using the API correctly, so I tried using the examples http://developer.ebay.com/DevZone/client-alerts/docs/FlexSDKDocs/Samples/index.html, sniffing the HTTP requests/responses and replicating them in my own code (substituting my own AppId, of course).

Come to think of it, whilst playing with the samples, they never did show a PriceChange event, although this may be because the regular auction item I was tracking did not change in price. I definitely did get an ItemEnded event when a regular auction ended though, so the API cannot be totally broken.

I did read elsewhere that ClientAlerts does *not* raise an ItemEnded event when a fixed price item ends, which leads me to suspect that no PriceChange event is raised for fixed item listings, either.

Somebody, please correct me if I am wrong!




Posts: 3
Member Since: 11/16/09



Re: ClientAlerts API: PriceChanged event raised for Fixed Price Items?
Posted: Nov 19, 2009 9:40 AM
  Click to reply to this thread Reply

I had a similiar problem. I was pointing the request to the sandbox enviroment, once I changed it to http://clientalerts.ebay.com/ws/ecasvc/ClientAlerts? and used a real itemID all worked fine! Hope this helps



thread.rss_message