# DiscountEffect - admin-graphql - UNION Version: 2024-10 ## Description The type of discount that will be applied. Currently, only a percentage discount is supported. ### Access Scopes Apps must have `read_discounts` access scope. ## Possible types * [DiscountAmount](/docs/api/admin-graphql/2024-10/objects/DiscountAmount) * [DiscountPercentage](/docs/api/admin-graphql/2024-10/objects/DiscountPercentage) ## Fields with this union * [DiscountOnQuantity.effect](/docs/api/admin-graphql/2024-10/objects/DiscountOnQuantity) ## Examples