# DiscountCustomerGets - admin - OBJECT
Version: 2025-01

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

### Access Scopes
Apps must have `read_discounts` access scope.


## Fields
* [appliesOnOneTimePurchase](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the discount applies on regular one-time-purchase items.
* [appliesOnSubscription](/docs/api/admin/2025-01/scalars/Boolean): Boolean! - Whether the discount applies on subscription items.
[Subscriptions](https://shopify.dev/docs/apps/launch/billing/subscription-billing/offer-subscription-discounts)
enable customers to purchase products
on a recurring basis.
* [items](/docs/api/admin/2025-01/unions/DiscountItems): DiscountItems! - The items to which the discount applies.
* [value](/docs/api/admin/2025-01/unions/DiscountCustomerGetsValue): DiscountCustomerGetsValue! - Entitled quantity and the discount value.

## Connections



## Related queries

## Related mutations

## Related Unions

## Examples