Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rajulake

    (@rajulake)

    I was able to solve the issue. By following your instructions i.e. inputting destination at the checkout page for the error. I also put weight on the products that i had not done before and it all went fine.

    Thanks a lot I am sorted now.

    Thread Starter rajulake

    (@rajulake)

    USPS Live Rates: Missing value for ZipDestination.

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <RateV4Request USERID=”115SHOPL0021″>
    <Revision>2</Revision>
    <Package ID=”1″>
    <Service>ONLINE</Service>
    <FirstClassMailType>PACKAGE</FirstClassMailType>
    <ZipOrigination>85083-6509</ZipOrigination>
    <ZipDestination></ZipDestination>
    <Pounds>0</Pounds>
    <Ounces>0</Ounces>
    <Container></Container>
    <Value>7.99</Value>
    <SpecialServices>
    <SpecialService>100</SpecialService>
    </SpecialServices>
    <Machinable>true</Machinable>
    </Package>
    </RateV4Request>

    USPS Live Rates: USPS API Response

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <Error>
    <Number>-2147219099</Number>
    <Source>clsRateV4:UnpackRateNode</Source>
    <Description>Missing value for ZipDestination.</Description>
    <HelpFile/>
    <HelpContext/>
    </Error>

Viewing 2 replies - 1 through 2 (of 2 total)