---
title: "List Zones"
method: GET
path: "/shipping/location_groups/{location_group_id}/zones"
tags: ["Shipping::Zone"]
---

# List Zones

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

List zones for a location group

## Path parameters

- `location_group_id` integer, required

## Query parameters

- `after` string
- `sort_order` 'asc' | 'desc'
- `sort_property` 'id' | 'updated_at'

## Response `200`

OK

- ShippingZoneAttributes[]
  - `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

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