# DiscountCustomerGetsInput - admin-graphql - INPUT_OBJECT
Version: 2025-01

## Description
Specifies the items that will be discounted, the quantity of items that will be discounted, and the value of discount.

### Access Scopes



## Fields
* [appliesOnOneTimePurchase](/docs/api/admin-graphql/2025-01/scalars/Boolean): Boolean - Whether the discount applies on regular one-time-purchase items.
* [appliesOnSubscription](/docs/api/admin-graphql/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-graphql/2025-01/input-objects/DiscountItemsInput): DiscountItemsInput - The IDs of the items that the customer gets. The items can be either collections or products.
* [value](/docs/api/admin-graphql/2025-01/input-objects/DiscountCustomerGetsValueInput): DiscountCustomerGetsValueInput - The quantity of items discounted and the discount value.


## Input objects with this input object
* [DiscountAutomaticBasicInput](/docs/api/admin-graphql/2025-01/input-objects/DiscountAutomaticBasicInput)
* [DiscountAutomaticBxgyInput](/docs/api/admin-graphql/2025-01/input-objects/DiscountAutomaticBxgyInput)
* [DiscountCodeBasicInput](/docs/api/admin-graphql/2025-01/input-objects/DiscountCodeBasicInput)
* [DiscountCodeBxgyInput](/docs/api/admin-graphql/2025-01/input-objects/DiscountCodeBxgyInput)


## Examples