Shopware 5.0 API – Bilder aktualisieren ShopwareShopware //$shopware_article_id = 13221 ; $updateArticle=[ '__options_images' => [ "replace" => true ], 'images' => [ [ 'link' => 'http://url-zum-bild.jpg', 'main'=>1 ] ] ]; $update_article_res = $api->put('articles/'.$shopware_article_id, $updateArticle); 12345678910111213 //$shopware_article_id = 13221 ;$updateArticle=[ '__options_images' => [ "replace" => true ], 'images' => [ [ 'link' => 'http://url-zum-bild.jpg', 'main'=>1 ] ]];$update_article_res = $api->put('articles/'.$shopware_article_id, $updateArticle); Folgende Artikel könnten auch interessieren Tabelle „s_search_index“ konnte bei einer Shopware Installation nicht gefunden werden. Shopware Thumbnails Neu berechnen Shopware REST API Medien-Endpunkt Shopware REST API Artikel-Endpunkt Shopware REST API Artikel Liste holen Shopware REST API Shopware Plugin Entwicklung Shopware ExtJs Dokumentationen und Hilfen Shopware 5.0 Images & Thumbnails Nützliche Shopware SQL Befehle für den Artikelimport Hilfreiche SQL Queries für Shopware