Skip to content

Instantly share code, notes, and snippets.

@user20161119
Created February 23, 2014 02:42
Show Gist options
  • Save user20161119/9165950 to your computer and use it in GitHub Desktop.
Save user20161119/9165950 to your computer and use it in GitHub Desktop.
GetItemStatus completed items json output
{
"Timestamp": "2014-02-23T02:41:35.340Z",
"Ack": "Success",
"Build": "E861_CORE_APILW_16677026_R1",
"Version": "861",
"Item": [
{
"ItemID": "221377046762",
"EndTime": "2014-02-22T01:18:33.000Z",
"BidCount": 0,
"ConvertedCurrentPrice": {
"Value": 69.99,
"CurrencyID": "USD"
},
"ListingStatus": "Completed",
"TimeLeft": "PT0S"
},
{
"ItemID": "221377045691",
"EndTime": "2014-02-22T01:15:34.000Z",
"BidCount": 2,
"ConvertedCurrentPrice": {
"Value": 47.99,
"CurrencyID": "USD"
},
"ListingStatus": "Completed",
"TimeLeft": "PT0S"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment