Skip to content

Instantly share code, notes, and snippets.

@user20161119
Created April 27, 2014 13:58
Show Gist options
  • Save user20161119/11346258 to your computer and use it in GitHub Desktop.
Save user20161119/11346258 to your computer and use it in GitHub Desktop.
ebay shopping GetItemStatus 已经结束的Auction Item返回,一个sold,一个completed
{
"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