Why GetItem always returns a BuyItNowPrice of 0 for FixedPriceItem listings while GetMyeBaySelling reports the correct value for the same ?
Find the answer to your question
Please enter a search keyword.
Advanced Search
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