UPS UnitOfMeasurement Error
Posted: Sun Sep 27, 2009 11:25 am
I am trying to figure out why my shipping estimate tool and shipping cost in the check out process is not working. I am using UPS and if I look at the log created I see the error description: 00 is not a valid unit of measurement for dimensions for this shipment.
In my store local settings under Administration > Configure > Store my Unit of Measurement is set to Inches.
Here is an example of the log:
If you have any suggestions I would appreciate.
Thanks,
Eric
In my store local settings under Administration > Configure > Store my Unit of Measurement is set to Inches.
Here is an example of the log:
Code: Select all
Send: <?xml version="1.0"?><RatingServiceSelectionRequest xml:lang="en-US"><Request><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0001</XpciVersion></TransactionReference><RequestAction>rate</RequestAction><RequestOption>shop</RequestOption></Request><PickupType><Code>01</Code></PickupType><CustomerClassification><Code>01</Code></CustomerClassification><Shipment><Shipper><Address><City>Longueuil</City><StateProvinceCode>QC</StateProvinceCode><PostalCode>J4G 1T5</PostalCode><CountryCode>CA</CountryCode></Address></Shipper><ShipTo><Address><City>Rancho Santa Margarita</City><StateProvinceCode>CA</StateProvinceCode><PostalCode>92688</PostalCode><CountryCode>US</CountryCode></Address></ShipTo><ShipmentWeight><UnitOfMeasurement><Code>KGS</Code></UnitOfMeasurement><Weight>2.3</Weight></ShipmentWeight><Package><PackagingType><Code>02</Code></PackagingType><Dimensions><UnitOfMeasurement><Code>00</Code></UnitOfMeasurement><Length>33.02</Length><Width>25.40</Width><Height>22.86</Height></Dimensions><PackageWeight><UnitOfMeasurement><Code>KGS</Code></UnitOfMeasurement><Weight>2.3</Weight></PackageWeight><OversizePackage>2</OversizePackage></Package></Shipment></RatingServiceSelectionRequest>
Receive: <?xml version="1.0"?>
<RatingServiceSelectionResponse><Response><TransactionReference><CustomerContext>Rating and Service</CustomerContext><XpciVersion>1.0001</XpciVersion></TransactionReference><ResponseStatusCode>0</ResponseStatusCode><ResponseStatusDescription>Failure</ResponseStatusDescription><Error><ErrorSeverity>Hard</ErrorSeverity><ErrorCode>110547</ErrorCode><ErrorDescription>00 is not a valid unit of measurement for dimensions for this shipment</ErrorDescription></Error></Response></RatingServiceSelectionResponse>
Thanks,
Eric