put https://{subdomain}.myclickfunnels.com/api/v2/shipping/rates/names/
Update a rate name for a shipping profile
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Update a rate name for a shipping profile
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/shipping/rates/names/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": 17,
"public_id": "QVfnNi",
"workspace_id": 42000,
"name": "Example Shipping Rates Name",
"created_at": "2025-03-05T12:41:13.600Z",
"updated_at": "2025-03-05T12:41:13.600Z"
}