---
title: DiscountCustomerGetsValue - GraphQL Admin
description: |-
  The type of the discount value and how it will be applied. For example, it might
  be a percentage discount on a fixed number of items. Alternatively, it might be
  a fixed amount evenly distributed across all items or on each individual item. A
  third example is a percentage discount on all items.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/unions/discountcustomergetsvalue
  md: https://shopify.dev/docs/api/admin-graphql/latest/unions/discountcustomergetsvalue.md
---

# Discount​Customer​Gets​Value

union

Requires Apps must have `read_discounts` access scope.

The type of the discount value and how it will be applied. For example, it might be a percentage discount on a fixed number of items. Alternatively, it might be a fixed amount evenly distributed across all items or on each individual item. A third example is a percentage discount on all items.

## Fields with this union

* [Discount​Customer​Gets.value](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountCustomerGets#field-DiscountCustomerGets.fields.value)

  OBJECT

  The items in the order that qualify for the discount, their quantities, and the total value of the discount.

***

```graphql
union DiscountCustomerGetsValue = DiscountAmount | DiscountOnQuantity | DiscountPercentage
```