OrderEditAppliedDiscountInput input object
The input fields used to add a discount during an order edit.
Input fields
- description (
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The description of the discount. - fixedValue (
[MoneyInput](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyinput)
)
The value of the discount as a fixed amount. - percentValue (
[Float](https://shopify.dev/docs/admin-api/graphql/reference/scalar#float-2021-01)
)
The value of the discount as a percentage.