Last active
November 27, 2015 00:43
-
-
Save adagio/86d315af440c4131692a to your computer and use it in GitHub Desktop.
Etsy API getListingShop response
This file contains 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
{ | |
"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