stack

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

AdminTypes.DiscountCodeDeletePayload interface

Return type for discountCodeDelete mutation.

Signature:

export interface DiscountCodeDeletePayload 

Properties

Property Modifiers Type Description
deletedCodeDiscountId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The deleted code discount ID.
userErrors   Array<DiscountUserError> The list of errors that occurred from executing the mutation.