stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderEditAppliedDiscountInput

AdminTypes.OrderEditAppliedDiscountInput interface

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

Signature:

export interface OrderEditAppliedDiscountInput 

Properties

Property Modifiers Type Description
description?   InputMaybe<Scalars[‘String’][‘input’]> (Optional) The description of the discount.
fixedValue?   InputMaybe<MoneyInput> (Optional) The value of the discount as a fixed amount.
percentValue?   InputMaybe<Scalars[‘Float’][‘input’]> (Optional) The value of the discount as a percentage.