# DiscountCountries - admin-graphql - OBJECT
Version: 2025-01

## Description
The shipping destinations where the discount can be applied.

### Access Scopes
Apps must have `read_discounts` access scope.


## Fields
* [countries](/docs/api/admin-graphql/2025-01/enums/CountryCode): CountryCode! - The codes for the countries where the discount can be applied.
* [includeRestOfWorld](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean! - Whether the discount is applicable to countries that haven't been defined in the shop's shipping zones.

## Connections



## Related queries

## Related mutations

## Related Unions
* [DiscountShippingDestinationSelection](/docs/api/admin-graphql/2025-01/unions/DiscountShippingDestinationSelection) The type used to target the eligible countries of an order's shipping destination for which the discount applies. For example, the discount might be applicable when shipping to all countries, or only to a set of countries.

## Examples