Request Parameters:


Retrieve the information of customer orders.


URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/GetOrder


Parameter:


{

"apiSecretKey":"r102x99g112u110t118p105k109c105",

"storeId":"1",

"customerId":"1",

"languageId":"1"

}


Response :


   {

       "GetOrderResult":

       [

           {

               "Id": 0,

               "Message": null,

               "OrderDate": "5/28/2017",

               "OrderId": 1,

               "OrderStatus": "Processing",

               "OrderTotal": "$1,855.00"

           }

       ]

   }