--- title: OrderEditRemoveDiscountPayload - GraphQL Admin description: Return type for `orderEditRemoveDiscount` mutation. api_version: 2025-01 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/ordereditremovediscountpayload md: https://shopify.dev/docs/api/admin-graphql/2025-01/payloads/ordereditremovediscountpayload.md --- # Order​Edit​Remove​Discount​Payload payload Return type for `orderEditRemoveDiscount` mutation. ## Fields * calculated​Order [Calculated​Order](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/CalculatedOrder) An order with the edits applied but not saved. * user​Errors [\[Order​Edit​Remove​Discount​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/OrderEditRemoveDiscountUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [order​Edit​Remove​Discount](https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/orderEditRemoveDiscount) mutation Removes a discount on the current order edit. For more information on how to use the GraphQL Admin API to edit an existing order, refer to [Edit existing orders](https://shopify.dev/apps/fulfillment/order-management-apps/order-editing). *** ## Map ### Mutations with this payload * [order​Edit​Remove​Discount](https://shopify.dev/docs/api/admin-graphql/2025-01/types/orderEditRemoveDiscount)