---
title: "Update Zone"
method: PUT
path: "/shipping/zones/{id}"
tags: ["Shipping::Zone"]
---

# Update Zone

`PUT /shipping/zones/{id}`

Update a zone for a location group

## Path parameters

- `id` string, required

## Request body

- object
  - `shipping_zone` ShippingZoneParametersUpdate — Zones
    - `name` string — Name
    - `address_filter_id` string, nullable — Zone
    - `region_ids` unknown
    - `country_ids` unknown
    - `includes_rest_of_world` boolean, nullable — Includes Rest of the World

## Response `200`

OK

- ShippingZoneAttributes — Zones
  - `id` integer — Zone ID
  - `public_id` string, nullable — Zone public ID
  - `location_group_id` integer — Location group ID
  - `name` string — Name
  - `address_filter_id` string, nullable — Zone
  - `region_ids` unknown
  - `country_ids` unknown
  - `includes_rest_of_world` boolean, nullable — Includes Rest of the World
  - `created_at` string, date-time, nullable — Added
  - `updated_at` string, nullable — Updated

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/myclickfunnels/apis/clickfunnels-api.md) · [All operations](https://skmtc.net/myclickfunnels/apis/clickfunnels-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myclickfunnels/clickfunnels-api/revisions/ae6313eaa176/schema)
