post https://{subdomain}.myclickfunnels.com/api/v2/workspaces//shipping/profiles
Add a new shipping profile to a workspace
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Add a new shipping profile to a workspace
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request POST \
--url https://myworkspace.myclickfunnels.com/api/v2/workspaces/workspace_id/shipping/profiles \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 17,
"public_id": "FwjCIZ",
"name": "Example Shipping Profile",
"variant_ids": [],
"created_at": "2025-03-05T12:41:13.333Z",
"updated_at": "2025-03-05T12:41:13.333Z"
}