Collect
Retrieves a specific collect by its ID.
Retrieve a collect with a certain ID.
get/admin/collects/{collect_id:\\d+}.json
Response
OK
Example response
{
"collect": {
"collection_id": 86733558492,
"created_at": "2018-04-25T13:51:12-04:00",
"id": 5435,
"position": 2,
"product_id": 16011,
"sort_value": "0000000002",
"updated_at": "updated_at: 2018-04-25T13:51:12-04:00"
}
}