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

Missing fields in json response?

When I do a search call for auctions and non-auctions, I get a response but it doesn't show 'currentBidPrice' and 'itemEndDate' even if it's auction only without buyout. There's a lot of fields it doesn't show, but those are the 2 important ones. I can see price, creation date, condition, buying options, etc. Is there something I'm missing?

 

Also I'm using the endpoint https://api.ebay.com/buy/browse/v1/item_summary/search 

Message 1 of 4
latest reply
3 REPLIES 3

Re: Missing fields in json response?

By default, the item-summary call does not return auctions. Thus it won't return 'currentBidPrice' or  'itemEndDate' unless a filter is set. Good-til-canceled listings don't have an end date or bid price.

https://developer.ebay.com/api-docs/buy/browse/resources/item_summary/methods/search

 

To retrieve auctions, a filter must be set as part of the call:

https://developer.ebay.com/api-docs/buy/static/ref-buy-browse-filters.html

  filter=buyingOptions:{FIXED_PRICE|AUCTION}

 

 

ShipScript has been an eBay Community volunteer since 2003, specializing in HTML, CSS, Scripts, Photos, Active Content, Technical Solutions, and online Seller Tools.
Message 2 of 4
latest reply

Re: Missing fields in json response?

Thanks for the reply, but I do AUCTION|FIXED_PRICE|BEST_OFFER and do see 'auction only' item summaries. They are missing the fields as well. Do I need to make a call for ONLY auctions maybe?

Message 3 of 4
latest reply

Re: Missing fields in json response?

I tried  filter=buyingOptions:{AUCTION} but this did not work either, still missing many fields including the 2 I mentioned.

Message 4 of 4
latest reply