Home Forums WordPress Plugins USPS plugin rates dont match actual rates Reply To: USPS plugin rates dont match actual rates

#2406
Cory
Guest

I realized that the issue is that it is sending the weight in ounces and not pounds. What format do I enter the weight to make it send in pounds, or must I enter ounces?

<?xml version=”1.0″?>
<RateV4Request USERID=”***REMOVED***”>
<Revision>2</Revision>
<Package ID=”0″>
<Service>PARCEL</Service>
<ZipOrigination>57717</ZipOrigination>
<ZipDestination>20001</ZipDestination>
<Pounds>0</Pounds>
<Ounces>5.2</Ounces>
<Container>RECTANGULAR</Container>
<Size>LARGE</Size>
<Width>12</Width>
<Length>16</Length>
<Height>12</Height>
<Value>475.00</Value>
<Machinable>TRUE</Machinable>
</Package>
<Package ID=”1″>
<Service>PRIORITY</Service>
<ZipOrigination>57717</ZipOrigination>
<ZipDestination>20001</ZipDestination>
<Pounds>0</Pounds>
<Ounces>5.2</Ounces>
<Container>RECTANGULAR</Container>
<Size>LARGE</Size>
<Width>12</Width>
<Length>16</Length>
<Height>12</Height>
<Value>475.00</Value>
</Package>
</RateV4Request>