Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Function: setArticleImagesList
Description: set new Product Images List of products
Request
userxsd:string
passxsd:string
imagestns:productImagesList
{
"function":"setArticleImagesList",
"paras":{
    "user":"",
    "pass":"",
    "images":[{
            "products_id":0,
            "products_model":"",
            "external_id":"",
            "image_name":"",
            "image":"",
            "products_images":[            ]
        }    ]

}}
Response
resulttns:productsResultItemList
{
    "result":[{
            "products_model":"",
            "products_id":0,
            "external_id":"",
            "result":true,
            "message":""
        }    ]
}