Skip to main content
Version: 3.x

CustomerBulkUpdateError

No description

type CustomerBulkUpdateError {
path: String
message: String
code: CustomerBulkUpdateErrorCode!
}

Fields

CustomerBulkUpdateError.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.

CustomerBulkUpdateError.message ● String scalar

The error message.

CustomerBulkUpdateError.code ● CustomerBulkUpdateErrorCode! non-null enum

The error code.

Member of

CustomerBulkResult object ● CustomerBulkUpdate object


Was this page helpful?