DiscountAutomaticBxgyInput input object

Specifies input field to create or update automatic bogo discount.


Input fields

  • customerBuys ([DiscountCustomerBuysInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcustomerbuysinput))
    The qualifying items and the quantity of each one that the customer has to buy to be eligible for the discount.
  • customerGets ([DiscountCustomerGetsInput](https://shopify.dev/docs/admin-api/graphql/reference/discounts-and-marketing/discountcustomergetsinput))
    The qualifying items in an order, the quantity of each one, and the total value of the discount.
  • endsAt ([DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
    The date and time when the discount ends. For open-ended discounts, use null.
  • startsAt ([DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
    The date and time when the discount starts.
  • title ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The title of the discount.
  • usesPerOrderLimit ([UnsignedInt64](https://shopify.dev/docs/admin-api/graphql/reference/scalar#unsignedint64-2021-01))
    The maximum number of times that the discount can be applied to an order.