Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Function: setOrderStati
Description: set new order stati for a list of orders
Request
userxsd:string
passxsd:string
order_idstns:arrayOfInt
new_status_idxsd:int
commentsxsd:string
sendmailxsd:int
{
"function":"setOrderStati",
"paras":{
    "user":"",
    "pass":"",
    "order_ids":[],
    "new_status_id":0,
    "comments":"",
    "sendmail":0

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