stack

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

AdminTypes.CustomerDeletePayload interface

Return type for customerDelete mutation.

Signature:

export interface CustomerDeletePayload 

Properties

Property Modifiers Type Description
deletedCustomerId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the deleted customer.
shop   Shop The shop of the deleted customer.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.