Open binseq opened 3 years ago
I get what you want when I use this https://developer.ebay.com/api-docs/buy/browse/resources/item/methods/getItem.
I get what you want when I use this https://developer.ebay.com/api-docs/buy/browse/resources/item/methods/getItem.
well yes I know that but I that would require 1 extra api call per search result item (100 items = 100 API calls). Imagine if google images had to do one API call to show you each image, that's what it would be like, not practical.
I need the PictureURLLarge but no matter what I do, only some of the responses contain the value. Most
isMultiVariationListing=true
listings do not contain it.My request looks like this: https://svcs.ebay.com/services/search/FindingService/v1?SERVICE-VERSION=1.13.0&categoryId=9355&SECURITY-APPNAME=X&GLOBAL-ID=EBAY-US&OPERATION-NAME=findItemsAdvanced&RESPONSE-DATA-FORMAT=JSON&REST-PAYLOAD&paginationInput.entriesPerPage=3&keywords=iphone&outputSelector(0)=PictureURLLarge
With entriesPerPage=100 only 81/100 contain pictureURLLarge.
The response is below (notice how only 1 of the three results contains the pictureURLLarge field)... and apparently it's not a new issue, there are questions about exactly this same thing - from 10 years ago! (2013) https://stackoverflow.com/questions/18419865/some-products-in-ebay-api-do-not-return-pictureurllarge-for-product-listing-usin (2016) https://forums.developer.ebay.com/questions/18444/pictureurllarge-in-finditemsadvanced-has-empty-ite.html (2019) https://forums.developer.ebay.com/questions/29581/finditemsadvanced-not-getting-pictureurllarge-and.html So if it hasn't been fixed in 10 years maybe it must only affect some users? Please help!