# DeliveryCountryInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields to specify a country.

### Access Scopes



## Fields
* [code](/docs/api/admin/2025-01/enums/CountryCode): CountryCode - The country code of the country in the ISO 3166-1 alpha-2 format.
* [includeAllProvinces](/docs/api/admin/2025-01/scalars/Boolean): Boolean - Associate all available provinces with this country.
* [provinces](/docs/api/admin/2025-01/input-objects/DeliveryProvinceInput): DeliveryProvinceInput - The regions associated with this country.
* [restOfWorld](/docs/api/admin/2025-01/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/2025-01/input-objects/DeliveryLocationGroupZoneInput)


## Examples