# DiscountCustomerGets - admin-graphql - OBJECT Version: 2024-10 ## 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-graphql/2024-10/scalars/Boolean): Boolean! - Whether the discount applies on regular one-time-purchase items. * [appliesOnSubscription](/docs/api/admin-graphql/2024-10/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/2024-10/unions/DiscountItems): DiscountItems! - The items to which the discount applies. * [value](/docs/api/admin-graphql/2024-10/unions/DiscountCustomerGetsValue): DiscountCustomerGetsValue! - Entitled quantity and the discount value. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples