Skip to content

Instantly share code, notes, and snippets.

@adagio
Last active November 27, 2015 00:43
Show Gist options
  • Save adagio/86d315af440c4131692a to your computer and use it in GitHub Desktop.
Save adagio/86d315af440c4131692a to your computer and use it in GitHub Desktop.
Etsy API getListingShop response
{
"count": "6",
"results": {
"0": {
"(Data about Shop)"
},
"1": {
"(Error messages)"
},
"2": {
"(Data about User Profile)"
},
"3": {
"(Data about User)"
},
"ratings_aggregate": {
"rating_count": "21",
"rating": "5.0000"
},
"ratings_count": "23"
},
"params":{
"..."
},
"type": "Shop",
"pagination": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment