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