Skip to main content

ProductBulkTranslateError

No description

type ProductBulkTranslateError {
path: String
message: String
code: ProductTranslateErrorCode!
}

Fields

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

ProductBulkTranslateError.message ● String scalar miscellaneous

The error message.

ProductBulkTranslateError.code ● ProductTranslateErrorCode! non-null enum products

The error code.

Member Of

ProductBulkTranslate object ● ProductBulkTranslateResult object