put https://{subdomain}.myclickfunnels.com/api/v2/shipping/profiles/
Update a shipping profile for a workspace
Log in to see full request history
Responses
Update a shipping profile for a workspace
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/shipping/profiles/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 19,
"public_id": "SYQRvW",
"name": "Example Shipping Profile",
"variant_ids": [],
"created_at": "2025-03-05T12:41:13.345Z",
"updated_at": "2025-03-05T12:41:13.345Z"
}