--- title: AppSubscriptionDiscountValue - GraphQL Admin description: The value of the discount. api_version: 2026-04 api_name: admin type: union api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/unions/appsubscriptiondiscountvalue md: https://shopify.dev/docs/api/admin-graphql/latest/unions/appsubscriptiondiscountvalue.md --- # App​Subscription​Discount​Value union The value of the discount. ## Fields with this union * [App​Subscription​Discount.value](https://shopify.dev/docs/api/admin-graphql/latest/objects/AppSubscriptionDiscount#field-AppSubscriptionDiscount.fields.value) OBJECT Discount applied to the recurring pricing portion of a subscription. *** ```graphql union AppSubscriptionDiscountValue = AppSubscriptionDiscountAmount | AppSubscriptionDiscountPercentage ```