ProductBulkTranslateResult Object
No description
type ProductBulkTranslateResult {
translation: ProductTranslation
errors: [ProductBulkTranslateError!]
}
Fields
translation ● ProductTranslation
Product translation data.
errors ● [ProductBulkTranslateError!]
List of errors occurred on translation attempt.
Member Of
ProductBulkTranslate object