# DeliveryCountry - admin-graphql - OBJECT Version: 2025-01 ## Description A country that is used to define a shipping zone. ### Access Scopes ## Fields * [code](/docs/api/admin-graphql/2025-01/objects/DeliveryCountryCodeOrRestOfWorld): DeliveryCountryCodeOrRestOfWorld! - A two-letter country code in ISO 3166-1 alpha-2 standard. It also includes a flag indicating whether the country should be a part of the 'Rest Of World' shipping zone. * [id](/docs/api/admin-graphql/2025-01/scalars/ID): ID! - A globally-unique ID. * [name](/docs/api/admin-graphql/2025-01/scalars/String): String! - The full name of the country. * [provinces](/docs/api/admin-graphql/2025-01/objects/DeliveryProvince): DeliveryProvince! - The list of regions associated with this country. * [translatedName](/docs/api/admin-graphql/2025-01/scalars/String): String! - The translated name of the country. The translation returned is based on the system's locale. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples