Skip to content

Instantly share code, notes, and snippets.

@user20161119
Created February 16, 2014 05:17
Show Gist options
  • Save user20161119/9029676 to your computer and use it in GitHub Desktop.
Save user20161119/9029676 to your computer and use it in GitHub Desktop.
Shopping API ERROR JSON
{
"Timestamp": "2014-02-16T05:16:40.779Z",
"Ack": "Failure",
"Errors": [
{
"ShortMessage": "Invalid CategoryID.",
"LongMessage": "Invalid CategoryID.",
"ErrorCode": "10.36",
"SeverityCode": "Error",
"ErrorParameters": [
{
"Value": "CategoryID",
"ParamID": "0"
}
],
"ErrorClassification": "RequestError"
}
],
"Build": "E857_CORE_APILW_16627020_R1",
"Version": "857"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment