Issue with shipping calculator for USPS??
Posted: Wed Oct 08, 2014 8:39 am
I have a international customer trying to order some small items that total .06lbs based off the item weights. When it checks USPS for rates this is returned..
Send: API=IntlRateV2&XML=<?xml version="1.0" encoding="UTF-8"?><IntlRateV2Request USERID="***********"><Package ID="0"><Pounds>0</Pounds><Ounces>0</Ounces><MailType>Package</MailType><ValueOfContents>13.50</ValueOfContents><Country>Australia</Country><Container></Container><Size>REGULAR</Size><Width>0</Width><Length>0</Length><Height>0</Height><Girth>0</Girth></Package></IntlRateV2Request>
Receive: <?xml version="1.0" encoding="UTF-8"?>
<IntlRateV2Response><Package ID="0"><Error><Number>-2147218043</Number><Source>;IntlRateV2.ProcessRequest</Source><Description>Unable to calculate international postage. No services available.
Unable to calculate international postage</Description><HelpFile/><HelpContext/></Error></Package></IntlRateV2Response>
I have minimum package weight set at 0 for usps but if I add a larger item to the order it returns rates fine. Why will it no calculate rates and shows 0 ounces when there should be .96 ounces? Did the weight conversion get messed up with the new changes to the API?
Send: API=IntlRateV2&XML=<?xml version="1.0" encoding="UTF-8"?><IntlRateV2Request USERID="***********"><Package ID="0"><Pounds>0</Pounds><Ounces>0</Ounces><MailType>Package</MailType><ValueOfContents>13.50</ValueOfContents><Country>Australia</Country><Container></Container><Size>REGULAR</Size><Width>0</Width><Length>0</Length><Height>0</Height><Girth>0</Girth></Package></IntlRateV2Request>
Receive: <?xml version="1.0" encoding="UTF-8"?>
<IntlRateV2Response><Package ID="0"><Error><Number>-2147218043</Number><Source>;IntlRateV2.ProcessRequest</Source><Description>Unable to calculate international postage. No services available.
Unable to calculate international postage</Description><HelpFile/><HelpContext/></Error></Package></IntlRateV2Response>
I have minimum package weight set at 0 for usps but if I add a larger item to the order it returns rates fine. Why will it no calculate rates and shows 0 ounces when there should be .96 ounces? Did the weight conversion get messed up with the new changes to the API?