put https://{subdomain}.myclickfunnels.com/api/v2/shipping/zones/
Update a zone for a location group
Log in to see full request history
Responses
Update a zone for a location group
xxxxxxxxxx
curl --request PUT \
--url https://myworkspace.myclickfunnels.com/api/v2/shipping/zones/id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
12{
"id": 17,
"public_id": "RAzpcq",
"location_group_id": 27,
"name": "Julianna Sawayn",
"address_filter_id": null,
"region_ids": [],
"country_ids": [],
"includes_rest_of_world": false,
"created_at": "2025-03-05T12:41:13.518Z",
"updated_at": null
}