DeliveryCountry object
A country that is used to define a zone.
On this page
Fields
- code (
[DeliveryCountryCodeOrRestOfWorld!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverycountrycodeorrestofworld)
)
The ISO 3166-1 alpha-2 country code of this country and a flag indicating Rest Of World. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - name (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The name of the country. - provinces (
[[DeliveryProvince!]!](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprovince)
)
The regions associated with this country. - translatedName (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The name of the country, translated based on the user locale.
Types that return DeliveryCountry
[DeliveryCountryAndZone.country](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliverycountryandzone#country-2021-01)
[DeliveryZone.countries](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryzone#countries-2021-01)
Implements
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)