# OrderEditRemoveLineItemDiscountPayload - admin-graphql - PAYLOAD Version: 2024-10 ## Description Return type for `orderEditRemoveLineItemDiscount` mutation. ### Access Scopes ## Fields * [calculatedLineItem](/docs/api/admin-graphql/2024-10/objects/CalculatedLineItem): CalculatedLineItem - The calculated line item after removal of the discount. * [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 * [orderEditRemoveLineItemDiscount](/docs/api/admin-graphql/2024-10/mutations/orderEditRemoveLineItemDiscount) ## Examples