"A shipment can have only one type of UnitOfMeasurement for a Weight"
I am getting this error when trying to calculate the shipping cost with the UPS module. My store settings has lbs as default. In alpha7c when I was editing the product, under Product Information I had chosen the weight to be in kgs. That is no longer an option in alpha7d (it just has a box to type in a number).
I tried changing the store settings to kg but the same error appears.
<?xml version="1.0"?>
<RatingServiceSelectionResponse>
<Response>
<TransactionReference>
<CustomerContext>Complex Rate Request</CustomerContext>
<XpciVersion>1.0001</XpciVersion>
</TransactionReference>
<ResponseStatusCode>0</ResponseStatusCode>
<ResponseStatusDescription>Failure</ResponseStatusDescription>
<Error>
<ErrorSeverity>Hard</ErrorSeverity>
<ErrorCode>110529</ErrorCode>
<ErrorDescription>A shipment can have only one type of UnitOfMeasurement for a Weight</ErrorDescription>
</Error>
</Response>
</RatingServiceSelectionResponse>Anyone have any ideas of what could be causing this?
Edit: more info
<Package>
<PackagingType>
<Code>02</Code>
</PackagingType>
<Dimensions>
<UnitOfMeasurement>
<Code>IN</Code>
</UnitOfMeasurement>
<Length>60</Length>
<Width>21</Width>
<Height>7</Height>
</Dimensions>
<PackageWeight>
<UnitOfMeasurement>
<Code>KGS</Code>
<Description>Kilograms</Description>
</UnitOfMeasurement>
<Weight>40</Weight>
</PackageWeight>
<PackageServiceOptions>
<InsuredValue>
<CurrencyCode>USD</CurrencyCode>
<MonetaryValue>129</MonetaryValue>
</InsuredValue>
</PackageServiceOptions>
</Package>







Joined: 08/17/2007