--- title: SubscriptionDiscountValue - GraphQL Admin description: The value of the discount and how it will be applied. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/unions/subscriptiondiscountvalue md: https://shopify.dev/docs/api/admin-graphql/unstable/unions/subscriptiondiscountvalue.md --- # Subscription​Discount​Value union Requires `read_own_subscription_contracts` access scope. The value of the discount and how it will be applied. ## Fields with this union * [Subscription​Manual​Discount.value](https://shopify.dev/docs/api/admin-graphql/unstable/objects/SubscriptionManualDiscount#field-SubscriptionManualDiscount.fields.value) OBJECT Custom subscription discount. *** ```graphql union SubscriptionDiscountValue = SubscriptionDiscountFixedAmountValue | SubscriptionDiscountPercentageValue ```