Home > @infiniteobjects/shopify-data-manager > AdminTypes > DeliveryCountryInput
The input fields to specify a country.
Signature:
export interface DeliveryCountryInput
Property | Modifiers | Type | Description |
---|---|---|---|
code? | InputMaybe<CountryCode | `${CountryCode}`> | (Optional) The country code of the country in the ISO 3166-1 alpha-2 format. | |
includeAllProvinces? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Associate all available provinces with this country. | |
provinces? | InputMaybe<Array<DeliveryProvinceInput>> | (Optional) The regions associated with this country. | |
restOfWorld? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether the country is a part of the ‘Rest of World’ shipping zone. |