--- title: DeliveryCountryInput - GraphQL Admin description: The input fields to specify a country. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DeliveryCountryInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DeliveryCountryInput.txt --- # Delivery​Country​Input input\_object The input fields to specify a country. ## Fields * code [Country​Code](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/CountryCode) The country code of the country in the ISO 3166-1 alpha-2 format. * include​All​Provinces [Boolean](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Boolean) Associate all available provinces with this country. * provinces [\[Delivery​Province​Input!\]](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DeliveryProvinceInput) The regions associated with this country. * rest​Of​World [Boolean](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/Boolean) Whether the country is a part of the 'Rest of World' shipping zone. *** ## Input objects using this input * [Delivery​Location​Group​Zone​Input.​countries](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DeliveryLocationGroupZoneInput#field-countries) INPUT OBJECT The input fields for a delivery zone associated to a location group and profile. *** ## Map ### Input objects using this input * [Delivery​Location​Group​Zone​Input.countries](https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/DeliveryLocationGroupZoneInput#field-countries)