# DiscountCountriesInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields for a list of countries to add or remove from the free shipping discount. ### Access Scopes ## Fields * [add](/docs/api/admin/unstable/enums/CountryCode): CountryCode - The country codes to add to the list of countries where the discount applies. * [includeRestOfWorld](/docs/api/admin/unstable/scalars/Boolean): Boolean - Whether the discount code is applicable to countries that haven't been defined in the shop's shipping zones. * [remove](/docs/api/admin/unstable/enums/CountryCode): CountryCode - The country codes to remove from the list of countries where the discount applies. ## Input objects with this input object * [DiscountShippingDestinationSelectionInput](/docs/api/admin/unstable/input-objects/DiscountShippingDestinationSelectionInput) ## Examples