Skip to main content
Version: 3.x

AttributeBulkUpdateError

No description

type AttributeBulkUpdateError {
path: String
message: String
code: AttributeBulkUpdateErrorCode!
}

Fields

AttributeBulkUpdateError.path ● String scalar

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

The error message.

AttributeBulkUpdateError.code ● AttributeBulkUpdateErrorCode! non-null enum

The error code.

Member of

AttributeBulkUpdate object ● AttributeBulkUpdateResult object


Was this page helpful?