--- title: PricingValue - Customer API description: The price value (fixed or percentage) for a discount application. api_version: 2026-04 api_name: customer type: union api_type: graphql source_url: html: 'https://shopify.dev/docs/api/customer/latest/unions/PricingValue' md: 'https://shopify.dev/docs/api/customer/latest/unions/PricingValue.md' --- # Pricing​Value union The price value (fixed or percentage) for a discount application. ## Fields with this union * [Automatic​Discount​Application.value](https://shopify.dev/docs/api/customer/latest/objects/AutomaticDiscountApplication#field-AutomaticDiscountApplication.fields.value) OBJECT Captures the intentions of a discount that was automatically applied. * [Discount​Application.value](https://shopify.dev/docs/api/customer/latest/interfaces/DiscountApplication#fields-value) INTERFACE Captures the intentions of a discount source at the time of application. * [Discount​Code​Application.value](https://shopify.dev/docs/api/customer/latest/objects/DiscountCodeApplication#field-DiscountCodeApplication.fields.value) OBJECT Captures the intentions of a discount code at the time that it is applied. * [Manual​Discount​Application.value](https://shopify.dev/docs/api/customer/latest/objects/ManualDiscountApplication#field-ManualDiscountApplication.fields.value) OBJECT Captures the intentions of a discount that was manually created. * [Script​Discount​Application.value](https://shopify.dev/docs/api/customer/latest/objects/ScriptDiscountApplication#field-ScriptDiscountApplication.fields.value) OBJECT Captures the intentions of a discount that was created by a Shopify Script. *** ```graphql union PricingValue = MoneyV2 | PricingPercentageValue ```