# DiscountRedeemCodeBulkCreationCode - admin-graphql - OBJECT Version: 2024-07 ## Description A result of a discount redeem code creation operation created by a bulk creation. ### Access Scopes Apps must have `read_discounts` access scope. ## Fields * [code](/docs/api/admin-graphql/2024-07/scalars/String): String! - The code to use in the discount redeem code creation operation. * [discountRedeemCode](/docs/api/admin-graphql/2024-07/objects/DiscountRedeemCode): DiscountRedeemCode - The successfully created discount redeem code. If the discount redeem code couldn't be created, then this field is `null``. * [errors](/docs/api/admin-graphql/2024-07/objects/DiscountUserError): DiscountUserError! - A list of errors that occurred during the creation operation of the discount redeem code. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples