Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountRedeemCodeBulkCreationCode
A result of a discount redeem code creation operation created by a bulk creation.
Signature:
export interface DiscountRedeemCodeBulkCreationCode
| Property | Modifiers | Type | Description |
|---|---|---|---|
| code | Scalars[‘String’][‘output’] | The code to use in the discount redeem code creation operation. | |
| discountRedeemCode? | Maybe<DiscountRedeemCode> | <p>(Optional) The successfully created discount redeem code.</p><p>If the discount redeem code couldn’t be created, then this field is null`.</p> |
|
| errors | Array<DiscountUserError> | A list of errors that occurred during the creation operation of the discount redeem code. |