DiscountCustomerGetsInput input object

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


Input fields

  • appliesOnOneTimePurchase ([Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the discount applies on regular one-time-purchase items.
  • appliesOnSubscription ([Boolean](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the discount applies on subscription items.
  • items ([DiscountItemsInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountitemsinput))
    The IDs of the items that the customer gets. The items can be either collections or products.
  • value ([DiscountCustomerGetsValueInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcustomergetsvalueinput))
    The quantity of items discounted and the discount value.