本文介绍了如何指定如果产品是UPS API商业或住宅?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我使用的 UPS API 作为美国境内发货率计算器。如何指定如果产品的住宅或商业
I'm using UPS api for shipment rate calculator within US. How do I specify if the shipment is residential or commercial ?
推荐答案
在<&SHIPTO GT;元素添加<住址/>中你可以从运输包装XML开发者指南中发现这是UPS提供
in the <ShipTo> element add <Residential Address/>, you can find this in the Shipping Package XML Developers Guide that UPS provides.
这篇关于如何指定如果产品是UPS API商业或住宅?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!