Request Parameters:


For confirm the order


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


Parameter:

{

"apiSecretKey": "k117x118z122r116t100e100r118j122",

"storeId": "1",

"customerId": "1",

"currencyId":"1"

}


Response:


   {

       "ConfirmOrderResult":

       {

           "Id": 0,

           "Message": "Your order has been successfully processed!",

           "CheckoutCompleteResponses":

           {

               "OnePageCheckoutEnabled": true,

               "OrderId": 7

           },

           "MinOrderTotalWarning": null,

           "TermsOfServiceOnOrderConfirmPage": false,

           "Warnings":

           [

           ]

       }

   }