--- title: SubscriptionDiscountValue - GraphQL Admin description: The value of the discount and how it will be applied. api_version: 2026-04 api_name: admin type: union api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/latest/unions/SubscriptionDiscountValue md: >- https://shopify.dev/docs/api/admin-graphql/latest/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/latest/objects/SubscriptionManualDiscount#field-SubscriptionManualDiscount.fields.value) OBJECT Custom subscription discount. *** ```graphql union SubscriptionDiscountValue = SubscriptionDiscountFixedAmountValue | SubscriptionDiscountPercentageValue ```