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