Created
April 27, 2014 13:58
-
-
Save user20161119/11346258 to your computer and use it in GitHub Desktop.
ebay shopping GetItemStatus 已经结束的Auction Item返回,一个sold,一个completed
This file contains hidden or 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": "2014-04-27T13:25:14.468Z", | |
"Ack": "Success", | |
"Build": "E869_CORE_APILW_16784697_R1", | |
"Version": "869", | |
"Item": [ | |
{ | |
"ItemID": "121326096612", | |
"EndTime": "2014-04-26T20:50:55.000Z", | |
"BidCount": 0, | |
"ConvertedCurrentPrice": { | |
"Value": 39.99, | |
"CurrencyID": "USD" | |
}, | |
"ListingStatus": "Completed", | |
"TimeLeft": "PT0S" | |
}, | |
{ | |
"ItemID": "131171091431", | |
"EndTime": "2014-04-26T20:55:57.000Z", | |
"BidCount": 39, | |
"ConvertedCurrentPrice": { | |
"Value": 33.01, | |
"CurrencyID": "USD" | |
}, | |
"ListingStatus": "Completed", | |
"TimeLeft": "PT0S", | |
"GlobalShipping": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment