Versions Compared

Key

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

}}
Response
resultxsd:boolean
messagexsd:string
{
    "result":"",
    "message":""
}