---
title: DeliveryCountryCodeOrRestOfWorld - GraphQL Admin
description: >-
  The country code and whether the country is a part of the 'Rest Of World'
  shipping zone.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryCountryCodeOrRestOfWorld
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryCountryCodeOrRestOfWorld.md
---

# Delivery​Country​Code​Or​Rest​Of​World

object

Requires Any of `assigned_shipping` or `shipping` access scopes or `manage_delivery_settings` user permission.

The country code and whether the country is a part of the 'Rest Of World' shipping zone.

## Fields

* country​Code

  [Country​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/CountryCode)

  The country code in the ISO 3166-1 alpha-2 format.

* rest​Of​World

  [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean)

  non-null

  Whether the country is a part of the 'Rest of World' shipping zone.

***

## Map

### Fields with this object

* [DeliveryCountry.code](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryCountry#field-DeliveryCountry.fields.code)
