Bukimedia / PrestaSharp

CSharp .Net client library for the PrestaShop API via web service
GNU General Public License v3.0
155 stars 152 forks source link

Add product image by ImageFactory #298

Open lukas124 opened 6 years ago

lukas124 commented 6 years ago

I want add image for product by ImageFactory, but I don't have image path, I have only binary string. It is possible?

fredoche1810 commented 6 years ago

Hello, Yes it's possible you have the function : public void AddProductImage(long ProductId, byte[] ProductImage);