# OrderCreateFixedDiscountCodeAttributesInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a fixed amount discount code to apply to an order. ### Access Scopes ## Fields * [amountSet](/docs/api/admin-graphql/2024-10/input-objects/MoneyBagInput): MoneyBagInput - The amount that's deducted from the order total. When you create an order, this value is the monetary amount to deduct. * [code](/docs/api/admin-graphql/2024-10/scalars/String): String! - The discount code that was entered at checkout. ## Input objects with this input object * [OrderCreateDiscountCodeInput](/docs/api/admin-graphql/2024-10/input-objects/OrderCreateDiscountCodeInput) ## Examples