--- title: OrderEditRemoveLineItemDiscountPayload - GraphQL Admin description: Return type for `orderEditRemoveLineItemDiscount` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/ordereditremovelineitemdiscountpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/ordereditremovelineitemdiscountpayload.md --- # Order​Edit​Remove​Line​Item​Discount​Payload payload Return type for `orderEditRemoveLineItemDiscount` mutation. ## Fields * calculated​Line​Item [Calculated​Line​Item](https://shopify.dev/docs/api/admin-graphql/latest/objects/CalculatedLineItem) The calculated line item after removal of the discount. * calculated​Order [Calculated​Order](https://shopify.dev/docs/api/admin-graphql/latest/objects/CalculatedOrder) An order with the edits applied but not saved. * order​Edit​Session [Order​Edit​Session](https://shopify.dev/docs/api/admin-graphql/latest/objects/OrderEditSession) The order edit session with the edits applied but not saved. * user​Errors [\[User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/UserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [order​Edit​Remove​Line​Item​Discount](https://shopify.dev/docs/api/admin-graphql/latest/mutations/orderEditRemoveLineItemDiscount) mutation Deprecated *** ## Map