alexeybusygin / ShippingRates

.NET wrapper for UPS, FedEx, USPS and DHL shipping rate APIs
MIT License
47 stars 15 forks source link

FedEx One Rate #24

Closed alexeybusygin closed 3 years ago

alexeybusygin commented 3 years ago

Hello - Can you include FedEx One Rate services and pricing? The information is provided directly from FedEx web service online documentation. Thanks!

How to Specify One Rate Pricing To specify FedEx One Rate Pricing Option in the Web Service Transaction, do the following:

  1. Specify FEDEX_ONE_RATE Shipment Special Service.
  2. Specify one of the following Packaging Types:

Packaging Type | Max Weight (lbs) | Max Weight (kg) FEDEX_SMALL_BOX | 50 | 22.68 FEDEX_MEDIUM_BOX | 50 | 22.68 FEDEX_LARGE_BOX | 50 | 22.68 FEDEX_EXTRA_LARGE_BOX | 50 | 22.68 FEDEX_PAK | 50 | 22.68 FEDEX_TUBE | 50 | 22.68 FEDEX_ENVELOPE | 10 | 4.5

Originally posted by @joekrauss in https://github.com/alexeybusygin/ShippingRates/issues/5#issuecomment-804114811

alexeybusygin commented 3 years ago

Hi @joekrauss! FedEx Rate One support is added. You can set it in the ShipmentOptions.FedExOneRate.