Products::Collection
Fetch Collection
Fetch Collection
get/products/collections/{id}
Path parameters
idstring required
Response
OK
Example response
{
"id": 1,
"public_id": "bkDhwu",
"workspace_id": 42000,
"name": "Example Collection",
"description": "Example Description",
"collection_type": "manual",
"product_ids": [],
"sort_method": "manually",
"archived": false,
"image_id": null,
"visible_in_store": true,
"current_path": null,
"seo_title": "Example SEO Title",
"seo_description": "Example SEO Description",
"seo_indexable": null,
"social_image_id": null,
"created_at": null,
"updated_at": null
}