kylewest / DotNetShipping

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

Negotiated Rates #24

Closed shalakolee closed 10 years ago

shalakolee commented 10 years ago

Is there a way to use UPS negotiated rates with this?

kylewest commented 10 years ago

I'm not sure how the UPS API handles that. You authenticate with your account so there should be some way to return your rate vs. the retail rate. Actually I'm sure there is. Code it up and send a pull request!

Kyle