unable to save a rewrite
Im trying to save a new redirects into the urlrewrite model but it seems that save() doesn’t exist in those factorys: MagentoUrlRewriteModelUrlRewriteFactory or MagentoUrlRewriteModelResourceModelUrlRewriteFactory or Magento/UrlRewrite/Service/V1/Data/UrlRewriteFactory (missing save method) this is my code: <?php declare(strict_types=1); namespace ItonomyCreateRedirectsConsoleCommand; use MagentoUrlRewriteModelUrlRewrite as… Read More »unable to save a rewrite