Developers Program

Why GetItem always returns a BuyItNowPrice of 0 for FixedPriceItem listings while GetMyeBaySelling reports the correct value for the same ?

Published: November 09 2011, 5:37:00 PMยทUpdated: August 19 2022, 5:01:20 AM

Products

Answer

Actually, you will need to ignore the BuyItNowPrice tag for FixedPriceItem listings. The constant price for a FixedPriceItem listing is returned as Item.SellingStatus.CurrentPrice in GetMyeBaySelling and as Item.StartPrice in GetItem, GetSellerList and GetItemTransactions.

Please refer to the following docs for the same:
http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetMyeBaySelling.html#Response.ActiveList.ItemArray.Item.StartPrice
http://developer.ebay.com/DevZone/XML/docs/Reference/eBay/GetMyeBaySelling.html#Response.ActiveList.ItemArray.Item.SellingStatus.CurrentPrice

How well did this answer your question?