Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCodeBulkActivatePayload
Return type for discountCodeBulkActivate mutation.
Signature:
export interface DiscountCodeBulkActivatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| job? | Maybe<Job> | (Optional) The asynchronous job that activates the code discounts. | |
| userErrors | Array<DiscountUserError> | The list of errors that occurred from executing the mutation. |