--- title: DiscountCustomerGets - GraphQL Admin description: >- The items in the order that qualify for the discount, their quantities, and the total value of the discount. api_version: 2025-01 api_name: admin type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/DiscountCustomerGets md: >- https://shopify.dev/docs/api/admin-graphql/2025-01/objects/DiscountCustomerGets.md --- # Discount​Customer​Gets object Requires Apps must have `read_discounts` access scope. The items in the order that qualify for the discount, their quantities, and the total value of the discount. ## Fields * applies​On​One​Time​Purchase [Boolean!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Boolean) non-null Whether the discount applies on regular one-time-purchase items. * applies​On​Subscription [Boolean!](https://shopify.dev/docs/api/admin-graphql/2025-01/scalars/Boolean) non-null 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 [Discount​Items!](https://shopify.dev/docs/api/admin-graphql/2025-01/unions/DiscountItems) non-null The items to which the discount applies. * value [Discount​Customer​Gets​Value!](https://shopify.dev/docs/api/admin-graphql/2025-01/unions/DiscountCustomerGetsValue) non-null Entitled quantity and the discount value. *** ## Map ### Fields with this object * {}[DiscountAutomaticBasic.customerGets](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/DiscountAutomaticBasic#field-DiscountAutomaticBasic.fields.customerGets) * {}[DiscountAutomaticBxgy.customerGets](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/DiscountAutomaticBxgy#field-DiscountAutomaticBxgy.fields.customerGets) * {}[DiscountCodeBasic.customerGets](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/DiscountCodeBasic#field-DiscountCodeBasic.fields.customerGets) * {}[DiscountCodeBxgy.customerGets](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/DiscountCodeBxgy#field-DiscountCodeBxgy.fields.customerGets)