Create Product With Images

Hello,



I've been reading the Cs-cart API documentation (which is unfortunately very much lacking).



I'm trying to understand if it is possible to create a product with images through the API. As far as I can tell, it's not possible at the moment.



Any ideas or experience about this?

According to the API code, the images should be created. Try to add the following parameter:


main_pair[detailed][image_path]=IMAGE_URL

[quote name='eComLabs' timestamp='1434621928' post='219312']

According to the API code, the images should be created. Try to add the following parameter:


main_pair[detailed][image_path]=IMAGE_URL

[/quote]



Thank you, successfully added the main pair. But not a second image. I'm using the same structure in image_pairs but with no luck:

image_pairs[][detailed][image_path]=IMAGEURL



No luck.

Please post this issue to the bug tracker. Looks like a bug

[quote name='eComLabs' timestamp='1436190186' post='221772']

Please post this issue to the bug tracker. Looks like a bug

[/quote]

I thought as much. Apparently, nobody has used this feature before :s