Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCountriesInput
The input fields for a list of countries to add or remove from the free shipping discount.
Signature:
export interface DiscountCountriesInput
Property | Modifiers | Type | Description |
---|---|---|---|
add? | InputMaybe<Array<CountryCode | `${CountryCode}`>> | (Optional) The country codes to add to the list of countries where the discount applies. | |
includeRestOfWorld? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Whether the discount code is applicable to countries that haven’t been defined in the shop’s shipping zones. | |
remove? | InputMaybe<Array<CountryCode | `${CountryCode}`>> | (Optional) The country codes to remove from the list of countries where the discount applies. |