# OrderEditAddLineItemDiscountPayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `orderEditAddLineItemDiscount` mutation. ### Access Scopes ## Fields * [addedDiscountStagedChange](/docs/api/admin-graphql/2024-10/objects/OrderStagedChangeAddLineItemDiscount): OrderStagedChangeAddLineItemDiscount - The discount applied to a line item during this order edit. * [calculatedLineItem](/docs/api/admin-graphql/2024-10/objects/CalculatedLineItem): CalculatedLineItem - The line item with the edits applied but not saved. * [calculatedOrder](/docs/api/admin-graphql/2024-10/objects/CalculatedOrder): CalculatedOrder - An order with the edits applied but not saved. * [userErrors](/docs/api/admin-graphql/2024-10/objects/UserError): UserError! - The list of errors that occurred from executing the mutation. ## Connections ## Mutations with this payload * [orderEditAddLineItemDiscount](/docs/api/admin-graphql/2024-10/mutations/orderEditAddLineItemDiscount) ## Examples