Request Parameters:


For select shipping method


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


Parameter:

{

"apiSecretKey": "k117x118z122r116t100e100r118j122",

"storeId": "1",

"customerId": "2",

"currencyId": "1",

"languageId":"1",

"shippingoption":"Ground___Shipping.FixedOrByWeight"

}


Note : shippingoption : ShippingName___ShippingSystemName


Response:


   {

       "SelectShippingMethodResult":

       {

           "Id": 0,

           "Message": null,

           "DisplayRewardPoints": false,

           "PaymentMethods":

           [

               {

                   "Fee": null,

                   "LogoUrl": "http://localhost:15536/plugins/Payments.CheckMoneyOrder/logo.jpg",

                   "Name": "Check / Money Order",

                   "PaymentMethodSystemName": "Payments.CheckMoneyOrder",

                   "Selected": true

               },

               {

                   "Fee": null,

                   "LogoUrl": "http://localhost:15536/plugins/Payments.Manual/logo.jpg",

                   "Name": "Credit Card",

                   "PaymentMethodSystemName": "Payments.Manual",

                   "Selected": false

               },

               {

                   "Fee": null,

                   "LogoUrl": "http://localhost:15536/plugins/Payments.PurchaseOrder/logo.jpg",

                   "Name": "Purchase Order",

                   "PaymentMethodSystemName": "Payments.PurchaseOrder",

                   "Selected": false

               }

           ],

           "RewardPointsAmount": null,

           "RewardPointsBalance": 0,

           "UseRewardPoints": false

       }

   }