THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

Rejoignez la communauté sur le Discord Thelia : https://discord.gg/YgwpYEE3y3

Offline


Hi everyone.

I'm importing products via API with the Thelia API client support (Symfony). I'm in the right way. The products are imported properly, but the second step is the product image import. I know about the products/{productId}/images POST call, but... how can I send the image file? I'm in a hurry.

Thanks

Offline


Please see Thelia\Tests\Api\ProductImageControllerTest::testCreateImageAction for a working example.


OpenStudio Toulouse

Offline


I think this is exactly that i was looking for. Thank you very very much.