SubscriptionManualDiscountInput input object

Specifies the input fields of a subscription discount on a contract.

Input fields

  • entitledLines ([SubscriptionManualDiscountEntitledLinesInput](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionmanualdiscountentitledlinesinput))
    Entitled line items used to apply the subscription discount on.
  • recurringCycleLimit ([Int](https://shopify.dev/docs/admin-api/graphql/reference/scalar#int-2021-01))
    The maximum number of times the subscription discount will be applied on orders.
  • title ([String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The title associated with the subscription discount.
  • value ([SubscriptionManualDiscountValueInput](https://shopify.dev/docs/admin-api/graphql/reference/orders/subscriptionmanualdiscountvalueinput))
    Percentage or fixed amount value of the discount.