# DiscountCountriesInput - admin-graphql - INPUT_OBJECT
Version: 2025-01

## 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-graphql/2025-01/enums/CountryCode): CountryCode - The country codes to add to the list of countries where the discount applies.
* [includeRestOfWorld](/docs/api/admin-graphql/2025-01/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-graphql/2025-01/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-graphql/2025-01/input-objects/DiscountShippingDestinationSelectionInput)


## Examples