USPS运送API标准可机加工标签

时间:2018-11-06 12:26:39

标签: api email shipping usps postal

好,所以我现在已经尝试了几天,以弄清楚如何使用USPS运送API在“标准邮递”服务下获取包裹的运送费率。我可以做媒体邮件,优先邮件和头等舱,但是每次尝试执行“标准邮寄”时,都会出现此错误:

  

对于服务类型Retail Gound和服务类型All,可加工值必须为“ True”或“ False”。

如果我随后添加True或False,我现在会收到此错误:

  

元素“包装”具有无效的子元素“可加工”。可能的元素列表:“ ZipOrigination”。

这是我一直在玩的请求:

https://secure.shippingapis.com/ShippingAPI.dll?API=RateV4&XML=<RateV4Request USERID="(omitted)">

<Package ID="standard"> 
<Service>Standard Post</Service> 
<FirstClassMailType>PARCEL</FirstClassMailType>
<Machinable>True</Machinable>
<ZipOrigination>44121</ZipOrigination> 
<ZipDestination>99352</ZipDestination> 
<Pounds>6</Pounds> 
<Ounces>8</Ounces> 
<Container>VARIABLE</Container> 
<Size>LARGE</Size> 
<Width>17</Width> 
<Length>13</Length> 
<Height>11</Height> 
<Girth>1</Girth> 
</Package>


</RateV4Request> 

1 个答案:

答案 0 :(得分:0)

试试这个示例请求:

Address address = Address()