DeliveryCountryInput input object
Input fields to specify a country.
Input fields
- code (
[CountryCode](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode))
The country code of the country. - includeAllProvinces (
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
Associate all available provinces with this country. - provinces (
[[DeliveryProvinceInput!]](https://shopify.dev/docs/admin-api/graphql/reference/shipping-and-fulfillment/deliveryprovinceinput))
The regions associated with this country. - restOfWorld (
[Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
Use Rest of World as the country.
