DiscountCountriesInput input object

Specifies a list of countries to add or remove from the free shipping discount.


Input fields

  • add ([[CountryCode!]](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode))
    The country codes to add to the list of countries where the discount applies.
  • includeRestOfWorld ([Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the discount code is applicable to countries that have not been defined in the shop’s shipping zones.
  • remove ([[CountryCode!]](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode))
    The country codes to remove from the list of countries where the discount applies.