Question by dan_2004 · Jan 11, 2016 at 08:47 PM · getmyebaysellingpictureurllarge
Retrieving picture urls with GetMyeBaySelling?
I am trying to retrieve all of the information about my active listings using GetMyeBaySelling but none of the items in the response include any picture urls.
More specifically,
Each Item in the response does contain a GalleryURL (Item.PictureDetails.GalleryURL, the url of the first picture of the item) as expected. However, those items which have more than one picture associated with them should have their urls listed in an array (Item.PictureDetails.PictureURL), but this array always is empty.
My request is made with a detail level of ReturnAll.
Is there something else I need to specify in the request to get the PictureURL array? Or does this API simply never return that level of detail?
Thanks for the help,
Dan
People who like this
The doc doe$$anonymous$$ay that this is available with GetItem. The doc does not say that it is unavailable with GetMyeBaySelling.
So$$anonymous$$if PictureURL is unavailable with GetMyeBaySelling$$anonymous$$then a related question is:
Is the best way to retrieve all the information about a collection of listings (say$$anonymous$$the Active List) then to just use GetMyeBaySelling to get the list of all the Item.ItemID values and then call GetItem on each ItemID?
Thanks again,
Dan
Answer by dan_2004 · Jan 12, 2016 at 03:46 PM
I haven't heard any responses to this.
My best guess is that the correct way to retrieve all of the information about one of the collections of listings (for example, your active listings) is to use GetMyeBaySelling to get a list of the ItemID values and then use GetItem on each id.
Any comments or additions?
People who like this
Answer by helios825 · Jan 12, 2016 at 09:21 PM
This API call may help.
People who like this
Your answer

Follow this Question
Related Questions
This should be simple, but I can't find it. Get the weight of an item with Trading API 2 Answers
GetMyEbaySelling - PaidStatusCode is not in sync 0 Answers
Is there a request that will give me active listings plus dispatch days all in one? 0 Answers
GetMyeBaySelling ActiveList not filtering by DurationInDays 0 Answers