put https://{subdomain}.myclickfunnels.com/api/v2/products/collections/
Update Collection
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Update Collection
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/products/collections/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
20{
"id": 7,
"public_id": "xzfyUm",
"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
}