ShippingRates
ShippingRates copied to clipboard
.NET wrapper to UPS, FedEx, USPS and DHL shipping rates APIs
Thank you for keeping up with this API! I'm trying to use the UPS side but I'm getting a Errors: 250003 Invalid Access License number I double checked and it...
There appears to be a bug in the way the ServiceDescription is used in the UPSProvider class. Service description is used to determine the value of the RequestOption in the...
Got this email from UPS today: > Upgrades to the UPS API Security Model > > Thank you for being a UPS API user! At UPS, we continue to improve...
Hi community, I've been trying to resolve this issue by reading the UPS docs and looking over the code in this repository but to no avail. Has anyone else had...
Hi. I was hoping I could get a bit of help. I can't install ShippingRates since my OLD program is targeting .NET 4.6. The DotNetShipping code to retrieve UPS rates...
Are you interested in implementing support for other carriers? and accepting PR's for this. - thanks for maintaining this repo.
We need to query the standard list price to determine our shipping costs. To achieve this, according to the UPS documentation, see https://developer.ups.com/api/reference?loc=en_US#operation/Rate ...the CustomerClassification.Code = "53" must be preset....
I receive this message when enter to the developer FedEx's portal: **Caution: FedEx Web Services Tracking, Address Validation, and Validate Postal Codes WSDLS will be disabled on August 31, 2024....
With the UPS change to use OAuth tokens for their APIs, I'm having trouble with setting the residential flag for delivery addresses. UPS offers the Address Validation API free to...
### Discussed in https://github.com/alexeybusygin/ShippingRates/discussions/77 Originally posted by **ebaj-tech** August 30, 2024 Is there a way to read the request and response string? This makes it easier to communicate with UPS...