Skip to main content
Version: 3.x

ProductVariantBulkTranslateError

No description

type ProductVariantBulkTranslateError {
path: String
message: String
code: ProductVariantTranslateErrorCode!
}

Fields

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

ProductVariantBulkTranslateError.message ● String scalar

The error message.

ProductVariantBulkTranslateError.code ● ProductVariantTranslateErrorCode! non-null enum

The error code.

Member of

ProductVariantBulkTranslate object ● ProductVariantBulkTranslateResult object


Was this page helpful?