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