WebAPI and Product Pictures


https://forum.kartris.com/Topic2586.aspx
Print Topic | Close Window

By Boxson - Tue 19 Nov 2013
Hi,

is it possible to send images beside the product data during creation of a new product in WebAPI?

I create some products via WebAPI but found no information about how to get the images included...

Any help appreciated.
By Boxson - Mon 25 Nov 2013
Is there no way to hand over images to kartris?
By Medz - Mon 25 Nov 2013
The Web API still doesn't do images at the moment. You'll need to manually upload them if you want to add images to your products. The images are stored in the 'Images' folder this way. ->

Images/Products/[ProductID]/AnyNumberOfImages.jpg
By Boxson - Wed 27 Nov 2013
Is there a chance to faciliaty the upload-method which is used in Admin-Backend from "outside" ? Doesn't make sense to develop a second upload-script which needs to perform the same actions as the admin backend.
By Boxson - Thu 12 Dec 2013
i wrote an webservice which accepts uploads of images with product IDs. Thats fine for the moment.