AttributeBulkUpdateError
No description
type AttributeBulkUpdateError {
path: String
message: String
code: AttributeBulkUpdateErrorCode!
}
Fields
AttributeBulkUpdateError.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.
AttributeBulkUpdateError.message
● String
scalar miscellaneous
The error message.
AttributeBulkUpdateError.code
● AttributeBulkUpdateErrorCode!
non-null enum miscellaneous
The error code.
Member Of
AttributeBulkUpdate
object ● AttributeBulkUpdateResult
object