setArticleImageList(JSON)
Function: setArticleImagesList | |
Description: set new Product Images List of products | |
Request | |
user | xsd:string |
pass | xsd:string |
images | tns:productImagesList |
{ "function":"setArticleImagesList", "paras":{ "user":"", "pass":"", "images":[{ "products_id":0, "products_model":"", "external_id":"", "image_name":"", "image":"", "products_images":[ ] } ] }} | |
Response | |
result | tns:productsResultItemList |
{ "result":[{ "products_model":"", "products_id":0, "external_id":"", "result":true, "message":"" } ] } |