---
title: DiscountCountries - GraphQL Admin
description: >-
  Defines the geographic scope where a shipping discount can be applied based on
  customer shipping destinations. This configuration determines which countries
  are eligible for the promotional offer.


  For example, a "Free Shipping to EU" promotion would specify European Union
  countries, while a domestic-only sale might target just the store's home
  country.


  The object includes both specific country selections and an option to include
  all remaining countries not explicitly listed, providing flexible geographic
  targeting for international merchants.
api_version: unstable
api_name: admin
source_url:
  html: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/objects/DiscountCountries
  md: >-
    https://shopify.dev/docs/api/admin-graphql/unstable/objects/DiscountCountries.md
---

# Discount​Countries

object

Requires Apps must have `read_discounts` access scope.

Defines the geographic scope where a shipping discount can be applied based on customer shipping destinations. This configuration determines which countries are eligible for the promotional offer.

For example, a "Free Shipping to EU" promotion would specify European Union countries, while a domestic-only sale might target just the store's home country.

The object includes both specific country selections and an option to include all remaining countries not explicitly listed, providing flexible geographic targeting for international merchants.

## Fields

* countries

  [\[Country​Code!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/CountryCode)

  non-null

  The codes for the countries where the discount can be applied.

* include​Rest​Of​World

  [Boolean!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean)

  non-null

  Whether the discount is applicable to countries that haven't been defined in the shop's shipping zones.

***

## Map

### Possible type in

* [Discount​Shipping​Destination​Selection](https://shopify.dev/docs/api/admin-graphql/unstable/unions/DiscountShippingDestinationSelection)
