I would like some of them. I shortened the sample list but I want to be able to set
Brand, Saddle Size, Saddle Type, and Model
code
<ItemSpecifics>
<NameValueList>
<Name>All returns accepted</Name>
<Value>ReturnsNotAccepted</Value>
</NameValueList>
<NameValueList>
<Name>Color</Name>
<Value>Black</Value>
</NameValueList>
<NameValueList>
<Name>Saddle Size</Name>
<Value>17.5</Value>
</NameValueList>
<NameValueList>
<Name>Brand</Name>
<Value>Karl Niedersuss</Value>
</NameValueList>
<NameValueList>
<Name>Saddle Type</Name>
<Value>Dressage</Value>
</NameValueList>
<NameValueList>
<Name>Model</Name>
<Value>Symphony</Value>
</NameValueList>
</ItemSpecifics>
/code
On the PictureURL I want to get all available then map to screen photos. I am not sure if this is useful but example response looks like:
code <PictureURL>http://i.ebayimg.com/00/s/NzY0WDEwMjQ=/z/eysAAOxy1RZSYpIA/$T2eC16F,
!zUFIclWd0(6BSYpI!PDg!60_1.JPG?set_id=8800005007</PictureURL>
<PictureURL>http://i.ebayimg.com/00/s/NzY0WDEwMjQ=/z/cykAAOxyONBSYpIR/$(KGrHqF,
!rcFI3gQU+J)BSYpIRIIJw60_1.JPG?set_id=8800005007</PictureURL>
<PictureURL>http://i.ebayimg.com/00/s/NzY0WDEwMjQ=/z/XUAAOxyffZSYpIh/$(KGrHqN,
!oEFJNRDQdK!BSYpIg8NCg60_1.JPG?set_id=8800005007</PictureURL>
<PictureURL>http://i.ebayimg.com/00/s/NzY0WDEwMjQ=/z/dGIAAOxyONBSYpI0/$T2eC16N,
!y0FI,
yBI0fSBSYpIzdZkw60_1.JPG?set_id=8800005007</PictureURL>
<PictureURL>http://i.ebayimg.com/00/s/NDgwWDY0MA==/z/GeIAAOxyEoFSYpgP/$T2eC16hHJGEFFmWe52!IBSYpgPQgcw60_1.JPG?set_id=8800005007</PictureURL>
<PictureURL>http://i.ebayimg.com/00/s/NDgwWDY0MA==/z/DMAAOxyGqZSYpgb/$(KGrHqIOKpkFGclBq+0uBSYpgbemtg60_1.JPG?set_id=8800005007</PictureURL>
<PictureURL>http://i.ebayimg.com/00/s/NDgwWDY0MA==/z/sTkAAOxy1RZSYpgs/$(KGrHqNHJE!FJbw+EveyBSYpgqs6J!60_1.JPG?set_id=8800005007</PictureURL>
<PictureURL>http://i.ebayimg.com/00/s/NDgwWDY0MA==/z/3BQAAOxyHntSYphA/$(KGrHqRHJFUFJ,
qQzUQyBSYph!g!sg60_1.JPG?set_id=8800005007</PictureURL>
<PictureURL>http://i.ebayimg.com/00/s/NDgwWDY0MA==/z/LCwAAOxydINSYphN/$T2eC16FHJGYFFk1COp)LBSYphNBggQ~60_1.JPG?set_id=8800005007</PictureURL>
/code