Home > @infiniteobjects/shopify-data-manager > AdminTypes > DiscountCodeDeletePayload
Return type for discountCodeDelete
mutation.
Signature:
export interface DiscountCodeDeletePayload
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. |