# DiscountShippingDestinationSelection - admin-graphql - UNION Version: 2024-10 ## Description 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. ### Access Scopes Apps must have `read_discounts` access scope. ## Possible types * [DiscountCountries](/docs/api/admin-graphql/2024-10/objects/DiscountCountries) * [DiscountCountryAll](/docs/api/admin-graphql/2024-10/objects/DiscountCountryAll) ## Fields with this union * [DiscountAutomaticFreeShipping.destinationSelection](/docs/api/admin-graphql/2024-10/objects/DiscountAutomaticFreeShipping) * [DiscountCodeFreeShipping.destinationSelection](/docs/api/admin-graphql/2024-10/objects/DiscountCodeFreeShipping) ## Examples