--- title: DiscountRedeemCodeBulkAddPayload - GraphQL Admin description: Return type for `discountRedeemCodeBulkAdd` 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/discountredeemcodebulkaddpayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/discountredeemcodebulkaddpayload.md --- # Discount​Redeem​Code​Bulk​Add​Payload payload Return type for `discountRedeemCodeBulkAdd` mutation. ## Fields * bulk​Creation [Discount​Redeem​Code​Bulk​Creation](https://shopify.dev/docs/api/admin-graphql/latest/objects/DiscountRedeemCodeBulkCreation) The ID of bulk operation that creates multiple unique discount codes. You can use the [`discountRedeemCodeBulkCreation` query](https://shopify.dev/api/admin-graphql/latest/queries/discountRedeemCodeBulkCreation) to track the status of the bulk operation. * 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​Redeem​Code​Bulk​Add](https://shopify.dev/docs/api/admin-graphql/latest/mutations/discountRedeemCodeBulkAdd) mutation Asynchronously add [discount codes](https://help.shopify.com/manual/discounts/discount-types#discount-codes) in bulk that customers can use to redeem a discount. You can use the `discountRedeemCodeBulkAdd` mutation to automate the distribution of discount codes through emails or other marketing channels. *** ## Map ### Mutations with this payload * [discount​Redeem​Code​Bulk​Add](https://shopify.dev/docs/api/admin-graphql/latest/types/discountRedeemCodeBulkAdd)