stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCodeBulkDeletePayload

AdminTypes.DiscountCodeBulkDeletePayload interface

Return type for discountCodeBulkDelete mutation.

Signature:

export interface DiscountCodeBulkDeletePayload 

Properties

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.