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