Product
Retrieves a list of products of a collection.
get/admin/products/collections.json
Request body
Example request
{
"collection_id": 123456,
"created_at_max": "2014-04-25T16:15:47-04:00",
"created_at_min": "2014-04-25T16:15:47-04:00",
"limit": 10,
"page": 1,
"published_at_min": "2014-04-25T16:15:47-04:00",
"published_status": "any",
"since_id": 3456789,
"sort_order": "alpha-asc",
"title": "product",
"updated_at_max": "2014-04-25T16:15:47-04:00",
"updated_at_min": "2014-04-25T16:15:47-04:00"
}Response
OK
Example response
{
"products": [
{
"body_html": "<p>It's the small iPod with a big idea: Video.<p>",
"handle": "ipod-nano-8gb",
"id": 632910392,
"metafields_global_description_tag": "It's the small iPod with a big idea: Video.",
"metafields_global_title_tag": "IPod Nano - White, 8GB",
"product_availability": 7,
"product_type": "Cult Products",
"published": true,
"tags": "Emotive, Flash Memory, MP3, Music",
"title": "IPod Nano - 8GB",
"vendor": "Apple"
}
],
"total": 1
}