products/images

  • GET products/images/listThis method is used to retrieve the images of a product. Multiple product images can be retrieved through each call
  • POST products/images/addThis method is used to add a new product image or replace an existing one on an existing product. A single product can be updated through each call. Each product can have up to four product images. This Web API method requires a multipart/form-data post, as defined in RFC 1867. There are many libraries available that can be used in order to submit multipart/form-data posts (for example MultipartEntity http://hc.apache.org/httpcomponents-client-ga/httpmime/apidocs/org/apache/http/entity/mime/Mult
  • POST products/images/removeThis method is used to remove an image from a product. A single image can be removed through each call