put https://{subdomain}.myclickfunnels.com/api/v2/stores/
Update Store
Log in to see full request history
Responses
Update Store
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/stores/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
14{
"id": 7,
"public_id": "VrCnFt",
"name": "Example Store",
"current_path": "/example-store",
"seo_title": "Example Store",
"seo_description": "Example Store",
"seo_indexable": true,
"social_image_id": null,
"status": "draft",
"created_at": null,
"updated_at": null,
"workspace_id": 42000
}