Sorry to take so long. Nop Version 4.5.4. Site weight measure is set to LBS.
What we are seeing is that for products with Weight less than 1.0 (ex .75 lbs), the request to stamps.com contains the following:
<Rate>
<FromZIPCode>59921</FromZIPCode>
<ToZIPCode>59922</ToZIPCode>
<ToCountry>US</ToCountry>
<WeightLb>1</WeightLb>
<PackageType>Package</PackageType>
<Length>1</Length>
<Width>1</Width>
<Height>1</Height>
<ShipDate>2023-08-04</ShipDate>
<InsuredValue>25.00</InsuredValue>
<AddOns />
<ToState>MT</ToState>
</Rate>
The weight needs to be sent as defined in the Product. Also the request contains dimensions of 1 and is throwing the rates off as well. The product dimensions in this example are set to zero.
Sku weight length height Width
01125 0.8210 0.0000 0.0000 0.0000
Thanks