---
title: "Create Zone"
method: POST
path: "/shipping/location_groups/{location_group_id}/zones"
tags: ["Shipping::Zone"]
---

# Create Zone

`POST /shipping/location_groups/{location_group_id}/zones`

Add a new zone to a location group

## Path parameters

- `location_group_id` integer, required

## Request body

- object
  - `shipping_zone` ShippingZoneParameters — Zones
    - `name` string, required — 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 `201`

Created

- 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

---

[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)
