1 2 3 4 5 6 7 8 9 10 11 12 13 |
//$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); |