ProductBulkTranslateError
No description
type ProductBulkTranslateError {
path: String
message: String
code: ProductTranslateErrorCode!
}
Fields
ProductBulkTranslateError.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.
ProductBulkTranslateError.message
● String
scalar
The error message.
ProductBulkTranslateError.code
● ProductTranslateErrorCode!
non-null enum
The error code.
Member of
ProductBulkTranslate
object ● ProductBulkTranslateResult
object