Returns the products for the specified list, with the most recently added product first.
http://api.shopstylecollective.com/api/v2/lists/42597151/items?pid=YOUR_API_KEY
QUERY PARAMETERS
| limit | Number of results to return. Optional; defaults to 10 lists |
| offset | The starting index to return results from. Optional; defaults to 0 |
SAMPLE RESPONSE
{
"metadata": {
"offset": 0,
"limit": 10,
"total": 3
},
"favorites": [
{
"objectType": "Product",
"id": "5536a1440956f44f05eab45d",
"productId": 475538725,
"imageId": "991b4e200160e3d6f1c949249dd822cc",
"product": {...},
"date": {
date: "2015-04-21",
timestamp: 1429643588,
friendly: "Tue, Apr 21"
},
objectId: "475538725"
},
...
]
}