--- title: DiscountCodeBulkDeactivatePayload - GraphQL Admin description: Return type for `discountCodeBulkDeactivate` 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/discountcodebulkdeactivatepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/discountcodebulkdeactivatepayload.md --- # Discount​Code​Bulk​Deactivate​Payload payload Return type for `discountCodeBulkDeactivate` mutation. ## Fields * job [Job](https://shopify.dev/docs/api/admin-graphql/latest/objects/Job) The asynchronous job that deactivates the discounts. * user​Errors [\[Discount​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [discount​Code​Bulk​Deactivate](https://shopify.dev/docs/api/admin-graphql/latest/mutations/discountCodeBulkDeactivate) mutation Deactivates multiple [code-based discounts](https://help.shopify.com/manual/discounts/discount-types#discount-codes) asynchronously using one of the following: * A search query * A saved search ID * A list of discount code IDs For example, you can deactivate discounts for all codes that match a search criteria, or deactivate a predefined set of discount codes. *** ## Map ### Mutations with this payload * [discount​Code​Bulk​Deactivate](https://shopify.dev/docs/api/admin-graphql/latest/types/discountCodeBulkDeactivate)