Collect
Retrieves a list of collects.
Retrieve all collects for the shop.
get/admin/collects.json
Query parameters
collection_idinteger
Filter list collect by collection
Response
OK
Example response
{
"collects": [
{
"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"
}
]
}