ShipRateQuoteDataSource.QuoteForShipment()
Posted: Fri May 22, 2009 11:22 am
I'm trying to get USPS working in my store. For some reason, ShipRateQuoteDataSource.QuoteForShipment() is calling out to USPS, and the log indicates a sucessful pull:
Send: API=RateV3&XML=<?xml version="1.0"?><RateV3Request USERID="Private"><Package ID="0"><Service>ALL</Service><ZipOrigination>xxxxx</ZipOrigination><ZipDestination>xxxxx</ZipDestination><Pounds>65</Pounds><Ounces>0.0</Ounces><Container>VARIABLE</Container><Size>OVERSIZE</Size><Width>24.0000</Width><Length>30.0000</Length><Height>24.0000</Height><Girth>1152.00</Girth><Machinable>true</Machinable></Package></RateV3Request>
Receive: <?xml version="1.0"?>
<RateV3Response><Package ID="0"><ZipOrigination>xxxxx</ZipOrigination><ZipDestination>xxxxx</ZipDestination><Pounds>65</Pounds><Ounces>0.0</Ounces><Size>OVERSIZE</Size><Machinable>TRUE</Machinable><Zone>3</Zone><Postage CLASSID="4"><MailService>Parcel Post</MailService><Rate>64.65</Rate></Postage></Package></RateV3Response>
The Collection return does not include the rate returned from the call to USPS.
btw...I have UPS working fine in the store, and the values are returning correctly.
What gives with the USPS?
Thanks
Send: API=RateV3&XML=<?xml version="1.0"?><RateV3Request USERID="Private"><Package ID="0"><Service>ALL</Service><ZipOrigination>xxxxx</ZipOrigination><ZipDestination>xxxxx</ZipDestination><Pounds>65</Pounds><Ounces>0.0</Ounces><Container>VARIABLE</Container><Size>OVERSIZE</Size><Width>24.0000</Width><Length>30.0000</Length><Height>24.0000</Height><Girth>1152.00</Girth><Machinable>true</Machinable></Package></RateV3Request>
Receive: <?xml version="1.0"?>
<RateV3Response><Package ID="0"><ZipOrigination>xxxxx</ZipOrigination><ZipDestination>xxxxx</ZipDestination><Pounds>65</Pounds><Ounces>0.0</Ounces><Size>OVERSIZE</Size><Machinable>TRUE</Machinable><Zone>3</Zone><Postage CLASSID="4"><MailService>Parcel Post</MailService><Rate>64.65</Rate></Postage></Package></RateV3Response>
The Collection return does not include the rate returned from the call to USPS.
btw...I have UPS working fine in the store, and the values are returning correctly.
What gives with the USPS?
Thanks