# DeliveryZone - admin-graphql - OBJECT Version: 2024-10 ## 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-graphql/2024-10/objects/DeliveryCountry): DeliveryCountry! - The list of countries within the zone. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of the zone. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples