# DeliveryZone - admin - OBJECT
Version: 2025-01

## Description
A zone is a group of countries that have the same shipping rates. Customers can order products from a store only if they choose a shipping destination that's included in one of the store's zones.

### Access Scopes
Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission.


## Fields
* [countries](/docs/api/admin/2025-01/objects/DeliveryCountry): DeliveryCountry! - The list of countries within the zone.
* [id](/docs/api/admin/2025-01/scalars/ID): ID! - A globally-unique ID.
* [name](/docs/api/admin/2025-01/scalars/String): String! - The name of the zone.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples