How to get Rates from UPS Rate API?

馋奶兔 提交于 2019-12-02 02:03:25
VidhiDG

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!