DotNetShipping
DotNetShipping copied to clipboard
UPS, FedEx, USPS shipping rate calculators for .NET
It looks like there are a lot of open issues that haven't been addressed in over a year - almost 2 years in some cases. Is this project still being...
We needed the Commitment Date / Delivery Date returned for USPS but Commitment Date wasn't being returned by USPS with the current parameters and the code was setting the Delivery...
Is there any way we might be able to access the requests and responses so that we can keep a log of them for inspection later? I'm specifically using the...
When you create a package, you have an option called SignatureRequiredOnDelivery that you can set it to true. It seems that is not taking effect. To get the additional services...
I am trying to get providers and rates with wrong destination postal code and it still getting rates `var origin = new Address("", "", "72204", "US"); var destination = new...
Check if FedEx code exists in _serviceCodes before adding to the rate list so if FedEx adds a new rate type the old rates are still returned. Add the INTERNATIONAL_FIRST...
I mistakenly called this feature issue77. This is actually in reference to #74. This now allows a parameter called requireUniformMailServices (lovely name, right?) to be passed to the USPS providers...
Fix for the the following error when negotiated rates is enabled on UPS: Invalid Origin State/Province
I was looking to use this to get transit times for FedEx, and it worked for most shipping speeds. With one exception, FedEx Ground. It seems there is not DeliveryTimestampSpecified...
Current API is at v22. WSDL included in project is only v13.