post https://{subdomain}.myclickfunnels.com/api/v2/workspaces//stores
Create Store
Log in to see full request history
Responses
Create Store
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/stores \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
14{
"id": 5,
"public_id": "yjqEeT",
"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
}