stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DraftOrderAppliedDiscountInput > amount

AdminTypes.DraftOrderAppliedDiscountInput.amount property

The applied amount of the discount. If the type of the discount is fixed amount, then this is the fixed dollar amount. If the type is percentage, then this is the subtotal multiplied by the percentage.

Signature:

amount?: InputMaybe<Scalars['Money']['input']>;