Products::Collection
Update Collection
Update Collection
put/products/collections/{id}
Path parameters
idstring required
Request body
Example request
{
"products_collection": {
"products_collection": {
"name": "Example Collection",
"description": "Example Description",
"collection_type": "manual",
"product_ids": [],
"sort_method": "manually",
"image_id": null,
"visible_in_store": true,
"seo_title": "Example SEO Title",
"seo_description": "Example SEO Description",
"social_image_id": null
}
}
}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
}