Created
May 10, 2015 14:12
-
-
Save user20161119/8aec0c7b60d1c9c8f25b to your computer and use it in GitHub Desktop.
eBay Shopping API GetMultipleItems
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Timestamp": "2015-05-10T14:11:13.295Z", | |
"Ack": "Success", | |
"Build": "E897_CORE_APILW_17290128_R1", | |
"Version": "897", | |
"Item": [ | |
{ | |
"ItemID": "281681164753", | |
"BuyItNowAvailable": true, | |
"ConvertedBuyItNowPrice": { | |
"Value": 9.99, | |
"CurrencyID": "USD" | |
}, | |
"EndTime": "2015-05-10T14:35:18.000Z", | |
"ViewItemURLForNaturalSearch": "http://www.ebay.com/itm/Cypraea-Argus-SHINNING-seashells-86mm-F-Gem-NICE-pattern-WOW-/281681164753", | |
"ListingType": "Chinese", | |
"Location": "default, HC", | |
"GalleryURL": "http://thumbs2.ebaystatic.com/pict/2816811647538080_1.jpg", | |
"PictureURL": [ | |
"http://i.ebayimg.com/00/s/MTYwMFg5MDA=/z/l68AAOSweW5VOtOq/$_1.JPG?set_id=880000500F", | |
"http://i.ebayimg.com/00/s/MTYwMFg5MDA=/z/RHkAAOSwBahVOtOv/$_1.JPG?set_id=880000500F", | |
"http://i.ebayimg.com/00/s/MTYwMFg5MDA=/z/CCYAAOSwBLlVOtO0/$_1.JPG?set_id=880000500F", | |
"http://i.ebayimg.com/00/s/OTAwWDE2MDA=/z/KlQAAOSwPgxVOtO5/$_1.JPG?set_id=880000500F", | |
"http://i.ebayimg.com/00/s/OTAwWDE2MDA=/z/Rd0AAOSwBahVOtO9/$_1.JPG?set_id=880000500F", | |
"http://i.ebayimg.com/00/s/OTAwWDE2MDA=/z/DO0AAOSwqu9VOtPA/$_1.JPG?set_id=880000500F", | |
"http://i.ebayimg.com/00/s/OTAwWDE2MDA=/z/G8wAAOSwNSxVOtPE/$_1.JPG?set_id=880000500F" | |
], | |
"PrimaryCategoryID": "82520", | |
"PrimaryCategoryName": "Collectibles:Rocks, Fossils & Minerals:Shells:Cypraea", | |
"BidCount": 0, | |
"ConvertedCurrentPrice": { | |
"Value": 4.99, | |
"CurrencyID": "USD" | |
}, | |
"ListingStatus": "Active", | |
"TimeLeft": "PT24M5S", | |
"Title": "Cypraea Argus SHINNING seashells 86mm F+++/Gem NICE pattern WOW!!!", | |
"ItemSpecifics": { | |
"NameValueList": [ | |
{ | |
"Name": "Country/Region of Manufacture", | |
"Value": [ | |
"Vietnam" | |
] | |
} | |
] | |
}, | |
"Country": "VN", | |
"AutoPay": true, | |
"ConditionID": 1000, | |
"ConditionDisplayName": "New" | |
}, | |
{ | |
"ItemID": "281681164757", | |
"BuyItNowAvailable": true, | |
"ConvertedBuyItNowPrice": { | |
"Value": 5.99, | |
"CurrencyID": "USD" | |
}, | |
"EndTime": "2015-05-10T14:35:18.000Z", | |
"ViewItemURLForNaturalSearch": "http://www.ebay.com/itm/CONUS-LITTERATUS-seashells-93mm-F-NICE-pattern-WOW-/281681164757", | |
"ListingType": "Chinese", | |
"Location": "default, HC", | |
"GalleryURL": "http://thumbs2.ebaystatic.com/pict/2816811647578080_1.jpg", | |
"PictureURL": [ | |
"http://i.ebayimg.com/00/s/OTAwWDE2MDA=/z/AUIAAOSwv0tVH5mU/$_1.JPG?set_id=880000500F", | |
"http://i.ebayimg.com/00/s/OTAwWDE2MDA=/z/Jm4AAOSw7aBVH5mf/$_1.JPG?set_id=880000500F", | |
"http://i.ebayimg.com/00/s/OTAwWDE2MDA=/z/zqsAAOSwNSxVH5mp/$_1.JPG?set_id=880000500F", | |
"http://i.ebayimg.com/00/s/OTAwWDE2MDA=/z/HkAAAOSwBahVH5m2/$_1.JPG?set_id=880000500F", | |
"http://i.ebayimg.com/00/s/OTAwWDE2MDA=/z/WZ8AAOSweW5VH5nD/$_1.JPG?set_id=880000500F" | |
], | |
"PrimaryCategoryID": "82520", | |
"PrimaryCategoryName": "Collectibles:Rocks, Fossils & Minerals:Shells:Cypraea", | |
"BidCount": 0, | |
"ConvertedCurrentPrice": { | |
"Value": 2.99, | |
"CurrencyID": "USD" | |
}, | |
"ListingStatus": "Active", | |
"TimeLeft": "PT24M5S", | |
"Title": "CONUS LITTERATUS seashells 93mm F++ NICE pattern WOW!!!", | |
"ItemSpecifics": { | |
"NameValueList": [ | |
{ | |
"Name": "Country/Region of Manufacture", | |
"Value": [ | |
"Vietnam" | |
] | |
} | |
] | |
}, | |
"Country": "VN", | |
"AutoPay": true, | |
"ConditionID": 1000, | |
"ConditionDisplayName": "New" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment