how to create a media file (external url image) using the api php client for akeneo?

78 Views Asked by At

the url of the image can't be read. this is the code : ';'

$data=[];
$url='https://media.but.fr/images_produits/produit-xl/4894223194846_AMB1.jpg';
$client->getProductMediaFileApi()->create($url,$data );

I want to know how to use the url of the image with the api php client for akeneo using create function

0

There are 0 best solutions below