kylewest / DotNetShipping

UPS, FedEx, USPS shipping rate calculators for .NET
MIT License
78 stars 66 forks source link

USPS returns multiple rates and ignores dimensions #55

Open couellet opened 7 years ago

couellet commented 7 years ago

We are specifying dimensions of a package however USPS returns us multiple rates that include the dimension in the name.

For example:

However we specified the dimensions in the request and according to their site it should match a Large box.

kylewest commented 7 years ago

I'm guessing this is an issue on the USPS side (their API errs on the side of providing more options vs. less). Were the small box, envelope, etc. included in the results?

Kyle

couellet commented 7 years ago

Yep all those options were included. We will probably try to filter them on our side. Pretty bad that USPS does not do it out of the box ;)