CustomerBulkUpdateError
No description
type CustomerBulkUpdateError {
path: String
message: String
code: CustomerBulkUpdateErrorCode!
}
Fields
CustomerBulkUpdateError.path
● String
scalar miscellaneous
Path to field that caused the error. A value of
null
indicates that the error isn't associated with a particular field.
CustomerBulkUpdateError.message
● String
scalar miscellaneous
The error message.
CustomerBulkUpdateError.code
● CustomerBulkUpdateErrorCode!
non-null enum users
The error code.
Member Of
CustomerBulkResult
object ● CustomerBulkUpdate
object