Jump to content

How to update / change product image via webservice?


Recommended Posts

I can add new image to product, but i can't change it. I wrote function in C#, but i tested it in HTML too. Can anyone help me?

 

<form enctype="multipart/form-data" method="PUT" action="***/api/images/products/20">

  <fieldset>
    <legend>Add image for products No 19</legend>
    <input type="file" name="image">
    <input type="submit" value="Execute">
  </fieldset>

 

Is it ok?

Edited by kaer (see edit history)
Link to comment
Share on other sites

  • 7 months later...
×
×
  • Create New...