Open
Description
Hi Michal!
Every seems ok, on create, update or delete items (product, taxon etc)
But I can't figure out how to upload image on products. i have tried to push an array of file path in create function as this
$images = [
dir . '/../ressources/images/logo.jpg',
];
$productsApi->create($article, [], $images);
How send image to sylius via API ?
Please help
regards
Metadata
Metadata
Assignees
Labels
No labels