How to get Rates from UPS Rate API?

后端 未结 1 592
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-21 15:55

I am using nopcommerce 3.5. I have added plugin of UPS of TransitInTime and Rate API. I want to get rates by calling UPS Rate API. I want all Rates in dropdown on page load.

相关标签:
1条回答
  • 2021-01-21 16:31

    I have resolved this questions. So If you face this kind of problem don't forget to use

    String[] requestOption = { "Shop" };
    

    in place of

    String[] requestOption = { "Rate" };
    

    Then you will get rates for all shipping options.

    0 讨论(0)
提交回复
热议问题