# DeliveryCountryInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to specify a country. ### Access Scopes ## Fields * [code](/docs/api/admin-graphql/2024-10/enums/CountryCode): CountryCode - The country code of the country in the ISO 3166-1 alpha-2 format. * [includeAllProvinces](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Associate all available provinces with this country. * [provinces](/docs/api/admin-graphql/2024-10/input-objects/DeliveryProvinceInput): DeliveryProvinceInput - The regions associated with this country. * [restOfWorld](/docs/api/admin-graphql/2024-10/scalars/Boolean): Boolean - Whether the country is a part of the 'Rest of World' shipping zone. ## Input objects with this input object * [DeliveryLocationGroupZoneInput](/docs/api/admin-graphql/2024-10/input-objects/DeliveryLocationGroupZoneInput) ## Examples