CustomerDataValidationResult
Object
The result of validating customer data. Contains a list of field-level validation
errors. An empty errors list means all provided data is valid.
Fields
| Field | Description | Type |
|---|---|---|
errors | Validation errors, if any. Empty when the data is valid. | [ CustomerDataValidationError! ]! |