--- title: SubscriptionDiscountValue - Customer API description: The value of the discount and how it will be applied. api_version: 2026-04 api_name: customer type: union api_type: graphql source_url: html: https://shopify.dev/docs/api/customer/latest/unions/subscriptiondiscountvalue md: https://shopify.dev/docs/api/customer/latest/unions/subscriptiondiscountvalue.md --- # Subscription​Discount​Value union The value of the discount and how it will be applied. ## Fields with this union * [Subscription​Discount.value](https://shopify.dev/docs/api/customer/latest/objects/SubscriptionDiscount#field-SubscriptionDiscount.fields.value) OBJECT A discount applied to a subscription contract. *** ```graphql union SubscriptionDiscountValue = SubscriptionDiscountFixedAmountValue | SubscriptionDiscountPercentageValue ```