---
title: OrderEditAppliedDiscountInput - GraphQL Admin
description: The input fields used to add a discount during an order edit.
api_version: 2026-04
source_url:
  html: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ordereditapplieddiscountinput
  md: https://shopify.dev/docs/api/admin-graphql/latest/input-objects/ordereditapplieddiscountinput.md
---

# Order​Edit​Applied​Discount​Input

input\_object

The input fields used to add a discount during an order edit.

## Fields

* description

  [String](https://shopify.dev/docs/api/admin-graphql/latest/scalars/String)

  The description of the discount.

* fixed​Value

  [Money​Input](https://shopify.dev/docs/api/admin-graphql/latest/input-objects/MoneyInput)

  The value of the discount as a fixed amount.

* percent​Value

  [Float](https://shopify.dev/docs/api/admin-graphql/latest/scalars/Float)

  The value of the discount as a percentage.

***

## Mutations using this input

* [order​Edit​Add​Line​Item​Discount.discount](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderEditAddLineItemDiscount#arguments-discount)

  ARGUMENT

* [order​Edit​Update​Discount.discount](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderEditUpdateDiscount#arguments-discount)

  ARGUMENT

***

## Map

### Mutations using this input

* [order​Edit​Add​Line​Item​Discount.discount](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderEditAddLineItemDiscount#arguments-discount)
* [order​Edit​Update​Discount.discount](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderEditUpdateDiscount#arguments-discount)