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